From 319bc24f073e5f7551c09d9d70e830b3340154f6 Mon Sep 17 00:00:00 2001 From: TeamCity Date: Mon, 21 Dec 2015 13:55:10 +0300 Subject: [PATCH] Minor fix. --- bin/ggrouter.bat | 15 +- bin/ggrouter.sh | 19 +- bin/ggstart.bat | 27 +- bin/ggstart.sh | 31 +- bin/ggvisorcmd.bat | 23 +- bin/ggvisorcmd.sh | 27 +- bin/include/functions.sh | 15 +- bin/include/hadoop-classpath.bat | 15 +- bin/include/hadoop-classpath.sh | 15 +- bin/include/parseargs.bat | 15 +- bin/include/parseargs.sh | 15 +- bin/include/service.sh | 17 +- bin/include/setenv.bat | 15 +- bin/include/setenv.sh | 15 +- bin/include/target-classpath.bat | 15 +- bin/include/target-classpath.sh | 15 +- bin/setup-hadoop.bat | 15 +- bin/setup-hadoop.sh | 19 +- config/default-config.xml | 16 +- config/fabric/default-config.xml | 16 +- config/gridgain-log4j.xml | 16 +- config/hadoop/default-config.xml | 16 +- config/router/default-router.xml | 16 +- examples/config/example-cache.xml | 16 +- examples/config/example-compute.xml | 16 +- examples/config/example-streamer.xml | 16 +- examples/config/filesystem/core-site.xml | 16 +- examples/config/filesystem/example-ggfs.xml | 16 +- .../hibernate/example-hibernate-L2-cache.xml | 16 +- examples/rest/http-rest-example.php | 16 +- examples/rest/memcache-rest-example.php | 16 +- .../gridgain/examples/ComputeNodeStartup.java | 16 +- .../org/gridgain/examples/ExamplesUtils.java | 16 +- .../compute/ComputeBroadcastExample.java | 16 +- .../compute/ComputeCallableExample.java | 16 +- .../compute/ComputeClosureExample.java | 16 +- .../ComputeContinuousMapperExample.java | 16 +- .../ComputeExecutorServiceExample.java | 16 +- .../ComputeFibonacciContinuationExample.java | 16 +- .../compute/ComputeProjectionExample.java | 16 +- .../compute/ComputeReducerExample.java | 16 +- .../compute/ComputeRunnableExample.java | 16 +- .../compute/ComputeScheduleExample.java | 16 +- .../failover/ComputeFailoverExample.java | 16 +- .../failover/ComputeFailoverNodeStartup.java | 16 +- .../examples/compute/montecarlo/Credit.java | 16 +- .../compute/montecarlo/CreditRiskExample.java | 16 +- .../compute/montecarlo/CreditRiskManager.java | 16 +- .../datagrid/CacheAffinityExample.java | 16 +- .../examples/datagrid/CacheApiExample.java | 16 +- .../datagrid/CacheContinuousQueryExample.java | 16 +- .../datagrid/CacheDataLoaderExample.java | 16 +- .../examples/datagrid/CacheEventsExample.java | 16 +- .../examples/datagrid/CacheNodeStartup.java | 16 +- .../datagrid/CachePopularNumbersExample.java | 16 +- .../examples/datagrid/CachePutGetExample.java | 16 +- .../examples/datagrid/CacheQueryExample.java | 16 +- .../datagrid/CacheTransactionExample.java | 16 +- .../CacheAtomicLongExample.java | 16 +- .../CacheAtomicReferenceExample.java | 16 +- .../CacheAtomicSequenceExample.java | 16 +- .../CacheAtomicStampedExample.java | 16 +- .../CacheCountDownLatchExample.java | 16 +- .../datastructures/CacheQueueExample.java | 16 +- .../datastructures/CacheSetExample.java | 16 +- .../hibernate/HibernateL2CacheExample.java | 16 +- .../HibernateL2CacheExampleNodeStartup.java | 16 +- .../examples/datagrid/hibernate/Post.java | 16 +- .../examples/datagrid/hibernate/User.java | 16 +- .../starschema/CacheStarSchemaExample.java | 16 +- .../datagrid/starschema/DimProduct.java | 16 +- .../datagrid/starschema/DimStore.java | 16 +- .../datagrid/starschema/FactPurchase.java | 16 +- .../store/CacheNodeWithStoreStartup.java | 16 +- .../datagrid/store/CacheStoreExample.java | 16 +- .../store/CacheStoreLoadDataExample.java | 16 +- .../examples/datagrid/store/Person.java | 16 +- .../store/dummy/CacheDummyPersonStore.java | 16 +- .../hibernate/CacheHibernatePersonStore.java | 16 +- .../store/hibernate/hibernate.cfg.xml | 16 +- .../store/jdbc/CacheJdbcPersonStore.java | 16 +- .../examples/events/EventsExample.java | 16 +- .../gridgain/examples/ggfs/GgfsExample.java | 16 +- .../examples/ggfs/GgfsMapReduceExample.java | 16 +- .../examples/ggfs/GgfsNodeStartup.java | 16 +- .../examples/messaging/MessagingExample.java | 16 +- .../messaging/MessagingPingPongExample.java | 16 +- .../MessagingPingPongListenActorExample.java | 16 +- .../client/memcache/MemcacheRestExample.java | 16 +- .../MemcacheRestExampleNodeStartup.java | 16 +- .../misc/deployment/DeploymentExample.java | 16 +- .../misc/lifecycle/LifecycleExample.java | 16 +- .../misc/springbean/SpringBeanExample.java | 16 +- .../examples/misc/springbean/spring-bean.xml | 16 +- .../examples/services/ServicesExample.java | 16 +- .../examples/services/SimpleMapService.java | 16 +- .../services/SimpleMapServiceImpl.java | 16 +- .../streaming/StreamingCheckInExample.java | 16 +- .../streaming/StreamingNodeStartup.java | 16 +- .../StreamingPopularNumbersExample.java | 16 +- .../streaming/StreamingPriceBarsExample.java | 16 +- .../StreamingRunningAverageExample.java | 16 +- .../org/gridgain/examples/ComputeExample.java | 16 +- .../gridgain/examples/MessagingExample.java | 16 +- .../ScalarCacheAffinityExample1.scala | 16 +- .../ScalarCacheAffinityExample2.scala | 16 +- .../ScalarCacheAffinitySimpleExample.scala | 16 +- .../scalar/examples/ScalarCacheExample.scala | 16 +- .../ScalarCachePopularNumbersExample.scala | 16 +- .../examples/ScalarCacheQueryExample.scala | 16 +- .../examples/ScalarClosureExample.scala | 16 +- .../examples/ScalarContinuationExample.scala | 16 +- .../examples/ScalarCreditRiskExample.scala | 16 +- .../examples/ScalarPiCalculationExample.scala | 16 +- .../examples/ScalarPingPongExample.scala | 16 +- .../scalar/examples/ScalarPrimeExample.scala | 16 +- .../examples/ScalarScheduleExample.scala | 16 +- .../examples/ScalarStartStopExample.scala | 16 +- .../scalar/examples/ScalarTaskExample.scala | 16 +- .../ScalarWorldShortestMapReduce.scala | 16 +- .../GridBasicExamplesMultiNodeSelfTest.java | 16 +- .../examples/GridBasicExamplesSelfTest.java | 16 +- .../GridCacheExamplesMultiNodeSelfTest.java | 16 +- .../examples/GridCacheExamplesSelfTest.java | 16 +- ...StoreLoadDataExampleMultiNodeSelfTest.java | 16 +- ...ContinuationExamplesMultiNodeSelfTest.java | 16 +- .../GridContinuationExamplesSelfTest.java | 16 +- ...inuousMapperExamplesMultiNodeSelfTest.java | 16 +- .../GridContinuousMapperExamplesSelfTest.java | 16 +- ...idDeploymentExamplesMultiNodeSelfTest.java | 16 +- .../GridDeploymentExamplesSelfTest.java | 16 +- .../GridEventsExamplesMultiNodeSelfTest.java | 16 +- .../examples/GridEventsExamplesSelfTest.java | 16 +- .../examples/GridGgfsExamplesSelfTest.java | 16 +- ...ernateL2CacheExampleMultiNodeSelfTest.java | 16 +- .../GridHibernateL2CacheExampleSelfTest.java | 16 +- .../GridLifecycleExamplesSelfTest.java | 16 +- ...MemcacheRestExamplesMultiNodeSelfTest.java | 16 +- .../GridMemcacheRestExamplesSelfTest.java | 16 +- .../GridMessagingExamplesSelfTest.java | 16 +- ...idMonteCarloExamplesMultiNodeSelfTest.java | 16 +- .../GridMonteCarloExamplesSelfTest.java | 16 +- .../GridProjectionExampleSelfTest.java | 16 +- .../GridTaskExamplesMultiNodeSelfTest.java | 16 +- .../examples/GridTaskExamplesSelfTest.java | 16 +- .../testsuites/GridExamplesSelfTestSuite.java | 16 +- .../ScalarExamplesMultiNodeSelfTest.scala | 16 +- .../examples/ScalarExamplesSelfTest.scala | 16 +- .../ScalarExamplesSelfTestSuite.scala | 16 +- ...til_ipc_shmem_GridIpcSharedMemoryUtils.cpp | 16 +- ipc/shmem/ltmain.sh | 0 .../aop/aspectj/GridifyAspectJAspect.java | 16 +- .../aspectj/GridifySetToSetAspectJAspect.java | 16 +- .../GridifySetToValueAspectJAspect.java | 16 +- .../spring/GridifySetToSetSpringAspect.java | 16 +- .../spring/GridifySetToValueSpringAspect.java | 16 +- .../aop/spring/GridifySpringAspect.java | 16 +- .../aop/spring/GridifySpringEnhancer.java | 16 +- .../aop/spring/GridifySpringPointcut.java | 16 +- .../grid/gridify/GridAbstractAopTest.java | 16 +- .../grid/gridify/GridBasicAopSelfTest.java | 16 +- .../gridify/GridNonSpringAopSelfTest.java | 16 +- .../grid/gridify/GridSpringAopSelfTest.java | 16 +- .../grid/gridify/GridTestAopTarget.java | 16 +- .../gridify/GridTestAopTargetInterface.java | 16 +- .../gridify/GridTestGridifyException.java | 16 +- .../grid/gridify/GridTestGridifyJob.java | 16 +- .../grid/gridify/GridTestGridifyTask.java | 16 +- .../grid/gridify/GridifySetToSetTarget.java | 16 +- .../GridifySetToSetTargetInterface.java | 16 +- .../grid/gridify/GridifySetToValueTarget.java | 16 +- .../GridifySetToValueTargetInterface.java | 16 +- .../GridifySetToXXXNonSpringAopSelfTest.java | 16 +- .../GridifySetToXXXSpringAopSelfTest.java | 16 +- .../gridify/hierarchy/GridSuperTarget.java | 16 +- .../grid/gridify/hierarchy/GridTarget.java | 16 +- .../hierarchy/GridifyHierarchyTest.java | 16 +- .../GridOptimizedMarshallerAopTest.java | 16 +- .../grid/p2p/GridP2PGridifySelfTest.java | 16 +- .../GridSingleSplitTestJobTarget.java | 16 +- .../singlesplit/GridSingleSplitTestTask.java | 16 +- .../singlesplit/GridSingleSplitsLoadTest.java | 16 +- .../gridify/GridifyLoadTestJobTarget.java | 16 +- .../gridify/GridifyLoadTestTask.java | 16 +- .../gridify/GridifySingleSplitLoadTest.java | 16 +- .../testsuites/GridAopSelfTestSuite.java | 16 +- .../test/gridify/GridExternalAopTarget.java | 16 +- .../gridify/GridExternalGridifyException.java | 16 +- .../test/gridify/GridExternalGridifyTask.java | 16 +- .../GridExternalNonSpringAopSelfTest.java | 16 +- .../checkpoint/s3/GridS3CheckpointData.java | 16 +- .../checkpoint/s3/GridS3CheckpointSpi.java | 16 +- .../s3/GridS3CheckpointSpiMBean.java | 16 +- .../spi/checkpoint/s3/GridS3TimeData.java | 16 +- .../s3/GridTcpDiscoveryS3IpFinder.java | 16 +- .../s3/GridTcpDiscoveryS3MetricsStore.java | 16 +- .../s3/GridS3CheckpointManagerSelfTest.java | 16 +- .../s3/GridS3CheckpointSpiSelfTest.java | 16 +- .../GridS3CheckpointSpiStartStopSelfTest.java | 16 +- .../s3/GridS3SessionCheckpointSelfTest.java | 16 +- .../GridTcpDiscoveryS3IpFinderSelfTest.java | 16 +- ...ridTcpDiscoveryS3MetricsStoreSelfTest.java | 16 +- .../testsuites/bamboo/GridS3TestSuite.java | 16 +- .../config/grid-client-spring-config.xml | 16 +- modules/clients/php/src/GridClient.php | 16 +- modules/clients/php/src/GridClientCompute.php | 16 +- .../php/src/GridClientComputeBalancer.php | 16 +- modules/clients/php/src/GridClientData.php | 16 +- .../php/src/GridClientDataAffinity.php | 16 +- modules/clients/php/src/GridClientNode.php | 16 +- .../clients/php/src/GridClientNodeFilter.php | 16 +- .../clients/src/test/bin/start-nodes-ssh.sh | 15 +- modules/clients/src/test/bin/start-nodes.sh | 15 +- modules/clients/src/test/bin/stop-nodes.sh | 15 +- ...idClientAbstractMultiThreadedSelfTest.java | 16 +- .../GridClientDefaultCacheSelfTest.java | 16 +- .../client/GridClientGetAffinityTask.java | 16 +- .../gridgain/client/GridClientHttpTask.java | 16 +- .../client/GridClientNodeStartup.java | 16 +- .../GridClientPortableArgumentTask.java | 16 +- .../client/GridClientPutPortableTask.java | 16 +- .../GridClientReconnectionSelfTest.java | 16 +- .../client/GridClientSslNodeStartup.java | 16 +- .../client/GridClientStartNodeTask.java | 16 +- .../client/GridClientStopNodeTask.java | 16 +- .../client/GridClientStringLengthTask.java | 16 +- .../GridClientTcpMultiThreadedSelfTest.java | 16 +- ...ridClientTcpSslAuthenticationSelfTest.java | 16 +- ...GridClientTcpSslMultiThreadedSelfTest.java | 16 +- .../gridgain/client/GridClientTcpTask.java | 16 +- ...ExecutionAfterTopologyRestartSelfTest.java | 16 +- .../client/GridClientTestPortable.java | 16 +- ...GridClientTestPortableAffinityKeyTask.java | 16 +- .../client/GridClientTestRestServer.java | 16 +- .../GridClientTopologyCacheSelfTest.java | 16 +- .../org/gridgain/client/GridHashMapStore.java | 16 +- .../client/GridTaskSingleJobSplitAdapter.java | 16 +- .../impl/GridClientCacheFlagsCodecTest.java | 16 +- .../impl/GridClientComputeImplSelfTest.java | 16 +- .../impl/GridClientDataImplSelfTest.java | 16 +- .../impl/GridClientFutureAdapterSelfTest.java | 16 +- .../GridClientPartitionAffinitySelfTest.java | 16 +- ...ClientPropertiesConfigurationSelfTest.java | 16 +- ...ridClientAbstractConnectivitySelfTest.java | 16 +- .../GridClientAbstractMultiNodeSelfTest.java | 16 +- .../GridClientAbstractSelfTest.java | 16 +- .../GridClientPreferDirectSelfTest.java | 16 +- .../GridClientTcpConnectivitySelfTest.java | 16 +- .../GridClientTcpDirectMultiNodeSelfTest.java | 16 +- .../GridClientTcpDirectSelfTest.java | 16 +- .../GridClientTcpMultiNodeSelfTest.java | 16 +- .../integration/GridClientTcpSelfTest.java | 16 +- ...idClientTcpSslDirectMultiNodeSelfTest.java | 16 +- .../GridClientTcpSslDirectSelfTest.java | 16 +- .../GridClientTcpSslMultiNodeSelfTest.java | 16 +- .../integration/GridClientTcpSslSelfTest.java | 16 +- ...ClientTcpUnreachableMultiNodeSelfTest.java | 16 +- .../router/GridClientFailedInitSelfTest.java | 16 +- .../router/GridRouterFactorySelfTest.java | 16 +- .../router/GridTcpRouterAbstractSelfTest.java | 16 +- .../testsuites/GridRouterTestSuite.java | 16 +- .../client/suite/GridClientTestSuite.java | 16 +- .../client/util/GridClientByteUtilsTest.java | 16 +- .../GridClientConsistentHashSelfTest.java | 16 +- .../util/GridClientJavaHasherSelfTest.java | 16 +- .../GridTaskEventSubjectIdSelfTest.java | 16 +- .../GridAbstractRestProcessorSelfTest.java | 16 +- .../GridClientMemcachedProtocolSelfTest.java | 16 +- ...ridJettyRestProcessorAbstractSelfTest.java | 16 +- .../GridJettyRestProcessorSignedSelfTest.java | 16 +- ...ridJettyRestProcessorUnsignedSelfTest.java | 16 +- .../rest/GridMemcacheRestProcessorTest.java | 16 +- .../rest/GridRestBinaryProtocolSelfTest.java | 16 +- .../GridRestMemcacheProtocolSelfTest.java | 16 +- .../GridRestProcessorMultiStartSelfTest.java | 16 +- .../rest/GridRestProcessorStartSelfTest.java | 16 +- .../rest/GridRestProcessorTest.java | 16 +- .../rest/GridTaskCommandHandlerSelfTest.java | 16 +- .../processors/rest/GridTestBinaryClient.java | 16 +- .../rest/GridTestMemcacheClient.java | 16 +- .../kernal/processors/rest/TestTask1.java | 16 +- .../kernal/processors/rest/TestTask2.java | 16 +- .../protocols/tcp/GridMockNioSession.java | 16 +- .../tcp/GridTcpRestParserSelfTest.java | 16 +- .../jdbc/GridJdbcComplexQuerySelfTest.java | 16 +- .../jdbc/GridJdbcConnectionSelfTest.java | 16 +- .../jdbc/GridJdbcEmptyCacheSelfTest.java | 16 +- .../jdbc/GridJdbcLocalCachesSelfTest.java | 16 +- .../jdbc/GridJdbcMetadataSelfTest.java | 16 +- .../GridJdbcPreparedStatementSelfTest.java | 16 +- .../jdbc/GridJdbcResultSetSelfTest.java | 16 +- .../jdbc/GridJdbcStatementSelfTest.java | 16 +- .../jdbc/suite/GridJdbcDriverTestSuite.java | 16 +- .../client/GridClientCacheBenchmark.java | 16 +- .../GridClientMarshallerBenchmarkTest.java | 16 +- .../client/GridClientTcpSslLoadTest.java | 16 +- modules/clients/src/test/keystore/generate.sh | 0 .../test/resources/jetty/rest-jetty-ssl.xml | 16 +- .../src/test/resources/jetty/rest-jetty.xml | 16 +- .../test/resources/jetty/router-jetty-ssl.xml | 16 +- .../src/test/resources/jetty/router-jetty.xml | 16 +- modules/clients/src/test/resources/log4j.xml | 16 +- .../src/test/resources/spring-cache.xml | 16 +- .../src/test/resources/spring-router-ssl.xml | 16 +- .../src/test/resources/spring-router.xml | 16 +- .../src/test/resources/spring-server-node.xml | 16 +- .../test/resources/spring-server-ssl-node.xml | 16 +- .../java/org/gridgain/client/GridClient.java | 16 +- .../GridClientAuthenticationException.java | 16 +- .../gridgain/client/GridClientCacheFlag.java | 16 +- .../gridgain/client/GridClientCacheMode.java | 16 +- .../client/GridClientClosedException.java | 16 +- .../gridgain/client/GridClientCompute.java | 16 +- .../client/GridClientConfiguration.java | 16 +- .../org/gridgain/client/GridClientData.java | 16 +- .../client/GridClientDataAffinity.java | 16 +- .../client/GridClientDataConfiguration.java | 16 +- .../client/GridClientDataMetrics.java | 16 +- .../GridClientDisconnectedException.java | 16 +- .../gridgain/client/GridClientException.java | 16 +- .../gridgain/client/GridClientFactory.java | 16 +- .../org/gridgain/client/GridClientFuture.java | 16 +- .../client/GridClientFutureListener.java | 16 +- .../GridClientFutureTimeoutException.java | 16 +- .../client/GridClientHandshakeException.java | 16 +- .../org/gridgain/client/GridClientNode.java | 16 +- .../client/GridClientNodeMetrics.java | 16 +- .../client/GridClientPartitionAffinity.java | 16 +- .../gridgain/client/GridClientPredicate.java | 16 +- .../gridgain/client/GridClientProtocol.java | 16 +- .../client/GridClientTopologyListener.java | 16 +- .../GridServerUnreachableException.java | 16 +- .../balancer/GridClientBalancerAdapter.java | 16 +- .../balancer/GridClientLoadBalancer.java | 16 +- .../balancer/GridClientRandomBalancer.java | 16 +- .../GridClientRoundRobinBalancer.java | 16 +- .../impl/GridClientAbstractProjection.java | 16 +- .../client/impl/GridClientAndPredicate.java | 16 +- .../client/impl/GridClientComputeImpl.java | 16 +- .../client/impl/GridClientDataImpl.java | 16 +- .../impl/GridClientDataMetricsAdapter.java | 16 +- .../client/impl/GridClientFutureAdapter.java | 16 +- .../client/impl/GridClientFutureCallback.java | 16 +- .../gridgain/client/impl/GridClientImpl.java | 16 +- .../client/impl/GridClientNodeImpl.java | 16 +- .../impl/GridClientNodeMetricsAdapter.java | 16 +- .../client/impl/GridClientThreadFactory.java | 16 +- .../impl/connection/GridClientConnection.java | 16 +- .../GridClientConnectionCloseReason.java | 16 +- .../GridClientConnectionManagerAdapter.java | 16 +- .../GridClientConnectionManagerOsImpl.java | 16 +- .../GridClientConnectionResetException.java | 16 +- .../GridClientNioTcpConnection.java | 16 +- .../impl/connection/GridClientTopology.java | 16 +- .../GridConnectionIdleClosedException.java | 16 +- .../marshaller/GridClientMarshaller.java | 16 +- .../jdk/GridClientJdkMarshaller.java | 16 +- .../GridClientOptimizedMarshaller.java | 16 +- .../client/router/GridRouterFactory.java | 16 +- .../gridgain/client/router/GridTcpRouter.java | 16 +- .../client/router/GridTcpRouterMBean.java | 16 +- .../router/impl/GridRouterClientImpl.java | 16 +- .../impl/GridRouterCommandLineStartup.java | 16 +- .../client/router/impl/GridTcpRouterImpl.java | 16 +- .../impl/GridTcpRouterNioListenerAdapter.java | 16 +- .../impl/GridTcpRouterNioListenerOsImpl.java | 16 +- .../router/impl/GridTcpRouterNioParser.java | 16 +- .../ssl/GridSslBasicContextFactory.java | 16 +- .../client/ssl/GridSslContextFactory.java | 16 +- .../client/util/GridClientConsistentHash.java | 16 +- .../client/util/GridClientStripedLock.java | 16 +- .../gridgain/client/util/GridClientUtils.java | 16 +- .../client/util/GridConcurrentHashSet.java | 16 +- .../src/main/java/org/gridgain/grid/Grid.java | 16 +- .../gridgain/grid/GridAddressResolver.java | 16 +- .../grid/GridAuthenticationException.java | 16 +- .../gridgain/grid/GridBasicWarmupClosure.java | 16 +- .../GridClientConnectionConfiguration.java | 16 +- .../grid/GridClientMessageInterceptor.java | 16 +- .../org/gridgain/grid/GridConfiguration.java | 16 +- .../grid/GridDeploymentException.java | 16 +- .../org/gridgain/grid/GridDeploymentMode.java | 16 +- .../grid/GridEmptyProjectionException.java | 16 +- .../java/org/gridgain/grid/GridException.java | 16 +- .../grid/GridExecutorServiceMBean.java | 16 +- .../java/org/gridgain/grid/GridFuture.java | 16 +- .../grid/GridFutureCancelledException.java | 16 +- .../grid/GridFutureTimeoutException.java | 16 +- .../main/java/org/gridgain/grid/GridGain.java | 16 +- .../org/gridgain/grid/GridGainListener.java | 16 +- .../java/org/gridgain/grid/GridGainMBean.java | 16 +- .../java/org/gridgain/grid/GridGainState.java | 16 +- .../grid/GridIllegalStateException.java | 16 +- .../grid/GridInterruptedException.java | 16 +- .../org/gridgain/grid/GridKernalMBean.java | 16 +- .../org/gridgain/grid/GridLifecycleAware.java | 16 +- .../org/gridgain/grid/GridLifecycleBean.java | 16 +- .../gridgain/grid/GridLifecycleEventType.java | 16 +- .../org/gridgain/grid/GridMetadataAware.java | 16 +- .../main/java/org/gridgain/grid/GridNode.java | 16 +- .../org/gridgain/grid/GridNodeLocalMap.java | 16 +- .../org/gridgain/grid/GridNodeMetrics.java | 16 +- .../gridgain/grid/GridNotPeerDeployable.java | 16 +- .../org/gridgain/grid/GridProjection.java | 16 +- .../gridgain/grid/GridProjectionMetrics.java | 16 +- .../gridgain/grid/GridRuntimeException.java | 16 +- .../gridgain/grid/GridSystemProperties.java | 16 +- .../gridgain/grid/GridTopologyException.java | 16 +- .../main/java/org/gridgain/grid/GridUuid.java | 16 +- .../org/gridgain/grid/cache/GridCache.java | 16 +- ...GridCacheAtomicUpdateTimeoutException.java | 16 +- .../cache/GridCacheAtomicWriteOrderMode.java | 16 +- .../grid/cache/GridCacheAtomicityMode.java | 16 +- .../grid/cache/GridCacheConfiguration.java | 16 +- .../grid/cache/GridCacheDistributionMode.java | 16 +- .../gridgain/grid/cache/GridCacheEntry.java | 16 +- .../gridgain/grid/cache/GridCacheFlag.java | 16 +- .../grid/cache/GridCacheFlagException.java | 16 +- .../grid/cache/GridCacheInterceptor.java | 16 +- .../cache/GridCacheInterceptorAdapter.java | 16 +- .../gridgain/grid/cache/GridCacheMBean.java | 16 +- .../grid/cache/GridCacheMemoryMode.java | 16 +- .../gridgain/grid/cache/GridCacheMetrics.java | 16 +- .../gridgain/grid/cache/GridCacheMode.java | 16 +- .../gridgain/grid/cache/GridCacheName.java | 16 +- .../GridCachePartialUpdateException.java | 16 +- .../grid/cache/GridCachePeekMode.java | 16 +- .../grid/cache/GridCachePreloadMode.java | 16 +- .../grid/cache/GridCacheProjection.java | 16 +- .../org/gridgain/grid/cache/GridCacheTx.java | 16 +- .../grid/cache/GridCacheTxConcurrency.java | 16 +- .../cache/GridCacheTxHeuristicException.java | 16 +- .../grid/cache/GridCacheTxIsolation.java | 16 +- .../cache/GridCacheTxOptimisticException.java | 16 +- .../cache/GridCacheTxRollbackException.java | 16 +- .../gridgain/grid/cache/GridCacheTxState.java | 16 +- .../cache/GridCacheTxSynchronization.java | 16 +- .../cache/GridCacheTxTimeoutException.java | 16 +- .../GridCacheWriteSynchronizationMode.java | 16 +- .../cache/affinity/GridCacheAffinity.java | 16 +- .../affinity/GridCacheAffinityFunction.java | 16 +- .../GridCacheAffinityFunctionContext.java | 16 +- .../cache/affinity/GridCacheAffinityKey.java | 16 +- .../affinity/GridCacheAffinityKeyMapped.java | 16 +- .../affinity/GridCacheAffinityKeyMapper.java | 16 +- ...dCacheAffinityNodeAddressHashResolver.java | 16 +- .../GridCacheAffinityNodeHashResolver.java | 16 +- .../GridCacheAffinityNodeIdHashResolver.java | 16 +- .../GridCacheCentralizedAffinityFunction.java | 16 +- ...idCacheConsistentHashAffinityFunction.java | 16 +- .../fair/GridCachePartitionFairAffinity.java | 16 +- .../GridCacheRendezvousAffinityFunction.java | 16 +- .../cache/cloner/GridCacheBasicCloner.java | 16 +- .../grid/cache/cloner/GridCacheCloner.java | 16 +- .../cache/cloner/GridCacheDeepCloner.java | 16 +- .../datastructures/GridCacheAtomicLong.java | 16 +- .../GridCacheAtomicReference.java | 16 +- .../GridCacheAtomicSequence.java | 16 +- .../GridCacheAtomicStamped.java | 16 +- .../GridCacheCountDownLatch.java | 16 +- ...ridCacheDataStructureInvalidException.java | 16 +- ...eDataStructureInvalidRuntimeException.java | 16 +- ...ridCacheDataStructureRemovedException.java | 16 +- ...eDataStructureRemovedRuntimeException.java | 16 +- .../GridCacheDataStructures.java | 16 +- .../cache/datastructures/GridCacheQueue.java | 16 +- .../cache/datastructures/GridCacheSet.java | 16 +- .../eviction/GridCacheEvictionFilter.java | 16 +- .../eviction/GridCacheEvictionPolicy.java | 16 +- .../fifo/GridCacheFifoEvictionPolicy.java | 16 +- .../GridCacheFifoEvictionPolicyMBean.java | 16 +- .../ggfs/GridCacheGgfsEvictionFilter.java | 16 +- ...ridCacheGgfsPerBlockLruEvictionPolicy.java | 16 +- ...cheGgfsPerBlockLruEvictionPolicyMBean.java | 16 +- .../lru/GridCacheLruEvictionPolicy.java | 16 +- .../lru/GridCacheLruEvictionPolicyMBean.java | 16 +- .../random/GridCacheRandomEvictionPolicy.java | 16 +- .../GridCacheRandomEvictionPolicyMBean.java | 16 +- .../cache/query/GridCacheContinuousQuery.java | 16 +- .../query/GridCacheContinuousQueryEntry.java | 16 +- .../grid/cache/query/GridCacheQueries.java | 16 +- .../grid/cache/query/GridCacheQuery.java | 16 +- .../query/GridCacheQueryConfiguration.java | 16 +- .../cache/query/GridCacheQueryFuture.java | 16 +- .../cache/query/GridCacheQueryGroupIndex.java | 16 +- .../cache/query/GridCacheQueryMetrics.java | 16 +- .../cache/query/GridCacheQuerySqlField.java | 16 +- .../query/GridCacheQuerySqlFunction.java | 16 +- .../cache/query/GridCacheQueryTextField.java | 16 +- .../grid/cache/query/GridCacheQueryType.java | 16 +- .../query/GridCacheQueryTypeMetadata.java | 16 +- .../query/GridCacheQueryTypeResolver.java | 16 +- .../store/GridCacheLoadOnlyStoreAdapter.java | 16 +- .../grid/cache/store/GridCacheLocalStore.java | 16 +- .../grid/cache/store/GridCacheStore.java | 16 +- .../cache/store/GridCacheStoreAdapter.java | 16 +- .../store/GridCacheStoreBalancingWrapper.java | 16 +- .../store/jdbc/GridCacheJdbcBlobStore.java | 16 +- .../gridgain/grid/compute/GridCompute.java | 16 +- ...GridComputeExecutionRejectedException.java | 16 +- .../gridgain/grid/compute/GridComputeJob.java | 16 +- .../grid/compute/GridComputeJobAdapter.java | 16 +- .../grid/compute/GridComputeJobAfterSend.java | 16 +- .../compute/GridComputeJobBeforeFailover.java | 16 +- .../grid/compute/GridComputeJobContext.java | 16 +- .../compute/GridComputeJobContinuation.java | 16 +- .../GridComputeJobContinuationAdapter.java | 16 +- .../GridComputeJobFailoverException.java | 16 +- .../grid/compute/GridComputeJobResult.java | 16 +- .../compute/GridComputeJobResultPolicy.java | 16 +- .../grid/compute/GridComputeJobSibling.java | 16 +- .../grid/compute/GridComputeLoadBalancer.java | 16 +- .../grid/compute/GridComputeTask.java | 16 +- .../grid/compute/GridComputeTaskAdapter.java | 16 +- .../GridComputeTaskCancelledException.java | 16 +- .../GridComputeTaskContinuousMapper.java | 16 +- .../grid/compute/GridComputeTaskFuture.java | 16 +- .../grid/compute/GridComputeTaskMapAsync.java | 16 +- .../grid/compute/GridComputeTaskName.java | 16 +- .../compute/GridComputeTaskNoResultCache.java | 16 +- .../grid/compute/GridComputeTaskSession.java | 16 +- ...idComputeTaskSessionAttributeListener.java | 16 +- .../GridComputeTaskSessionFullSupport.java | 16 +- .../compute/GridComputeTaskSessionScope.java | 16 +- .../grid/compute/GridComputeTaskSpis.java | 16 +- .../compute/GridComputeTaskSplitAdapter.java | 16 +- .../GridComputeTaskTimeoutException.java | 16 +- .../GridComputeUserUndeclaredException.java | 16 +- .../grid/compute/gridify/Gridify.java | 16 +- .../grid/compute/gridify/GridifyArgument.java | 16 +- .../grid/compute/gridify/GridifyInput.java | 16 +- .../compute/gridify/GridifyInterceptor.java | 16 +- .../compute/gridify/GridifyNodeFilter.java | 16 +- .../gridify/GridifyRuntimeException.java | 16 +- .../grid/compute/gridify/GridifySetToSet.java | 16 +- .../compute/gridify/GridifySetToValue.java | 16 +- .../compute/gridify/GridifyTaskAdapter.java | 16 +- .../gridify/GridifyTaskSplitAdapter.java | 16 +- .../gridify/aop/GridifyArgumentAdapter.java | 16 +- .../gridify/aop/GridifyDefaultRangeTask.java | 16 +- .../gridify/aop/GridifyDefaultTask.java | 16 +- .../aop/GridifySetToSetAbstractAspect.java | 16 +- .../aop/GridifySetToValueAbstractAspect.java | 16 +- .../dataload/GridDataLoadCacheUpdater.java | 16 +- .../grid/dataload/GridDataLoader.java | 16 +- .../grid/dotnet/GridDotNetConfiguration.java | 16 +- .../GridDotNetPortableConfiguration.java | 16 +- .../GridDotNetPortableTypeConfiguration.java | 16 +- .../java/org/gridgain/grid/dr/GridDr.java | 16 +- .../org/gridgain/grid/dr/GridDrEntry.java | 16 +- .../GridDrReceiverCacheConfiguration.java | 16 +- .../GridDrReceiverCacheConflictContext.java | 16 +- .../GridDrReceiverCacheConflictResolver.java | 16 +- ...idDrReceiverCacheConflictResolverMode.java | 16 +- .../receiver/GridDrReceiverCacheMetrics.java | 16 +- .../dr/cache/sender/GridDrPauseReason.java | 16 +- .../GridDrSenderCacheConfiguration.java | 16 +- .../sender/GridDrSenderCacheEntryFilter.java | 16 +- .../sender/GridDrSenderCacheMetrics.java | 16 +- .../cache/sender/GridDrSenderCacheMode.java | 16 +- .../sender/GridDrStateTransferDescriptor.java | 16 +- .../grid/dr/cache/sender/GridDrStatus.java | 16 +- .../GridDrReceiverHubConfiguration.java | 16 +- .../receiver/GridDrReceiverHubInMetrics.java | 16 +- .../GridDrReceiverHubLoadBalancingMode.java | 16 +- .../hub/receiver/GridDrReceiverHubMBean.java | 16 +- .../receiver/GridDrReceiverHubOutMetrics.java | 16 +- .../sender/GridDrSenderHubConfiguration.java | 16 +- ...ridDrSenderHubConnectionConfiguration.java | 16 +- .../hub/sender/GridDrSenderHubInMetrics.java | 16 +- .../GridDrSenderHubLoadBalancingMode.java | 16 +- .../dr/hub/sender/GridDrSenderHubMBean.java | 16 +- .../hub/sender/GridDrSenderHubOutMetrics.java | 16 +- .../sender/store/GridDrSenderHubStore.java | 16 +- ...ridDrSenderHubStoreCorruptedException.java | 16 +- .../store/GridDrSenderHubStoreCursor.java | 16 +- .../store/GridDrSenderHubStoreEntry.java | 16 +- ...GridDrSenderHubStoreOverflowException.java | 16 +- .../GridDrSenderHubStoreOverflowMode.java | 16 +- .../store/fs/GridDrSenderHubFsStore.java | 16 +- .../memory/GridDrSenderHubInMemoryStore.java | 16 +- .../grid/events/GridAuthenticationEvent.java | 16 +- .../grid/events/GridAuthorizationEvent.java | 16 +- .../gridgain/grid/events/GridCacheEvent.java | 16 +- .../grid/events/GridCachePreloadingEvent.java | 16 +- .../events/GridCacheQueryExecutedEvent.java | 16 +- .../grid/events/GridCacheQueryReadEvent.java | 16 +- .../grid/events/GridCheckpointEvent.java | 16 +- .../grid/events/GridDeploymentEvent.java | 16 +- .../grid/events/GridDiscoveryEvent.java | 16 +- .../org/gridgain/grid/events/GridEvent.java | 16 +- .../grid/events/GridEventAdapter.java | 16 +- .../grid/events/GridEventLocalOrder.java | 16 +- .../gridgain/grid/events/GridEventType.java | 16 +- .../org/gridgain/grid/events/GridEvents.java | 16 +- .../gridgain/grid/events/GridGgfsEvent.java | 16 +- .../gridgain/grid/events/GridJobEvent.java | 16 +- .../grid/events/GridLicenseEvent.java | 16 +- .../grid/events/GridSecureSessionEvent.java | 16 +- .../gridgain/grid/events/GridTaskEvent.java | 16 +- .../java/org/gridgain/grid/ggfs/GridGgfs.java | 16 +- .../grid/ggfs/GridGgfsBlockLocation.java | 16 +- ...idGgfsConcurrentModificationException.java | 16 +- .../grid/ggfs/GridGgfsConfiguration.java | 16 +- .../ggfs/GridGgfsCorruptedFileException.java | 16 +- .../gridgain/grid/ggfs/GridGgfsException.java | 16 +- .../org/gridgain/grid/ggfs/GridGgfsFile.java | 16 +- .../ggfs/GridGgfsFileNotFoundException.java | 16 +- .../grid/ggfs/GridGgfsFileSystem.java | 16 +- .../GridGgfsGroupDataBlocksKeyMapper.java | 16 +- .../grid/ggfs/GridGgfsInputStream.java | 16 +- .../GridGgfsInvalidHdfsVersionException.java | 16 +- .../ggfs/GridGgfsInvalidPathException.java | 16 +- .../gridgain/grid/ggfs/GridGgfsMetrics.java | 16 +- .../org/gridgain/grid/ggfs/GridGgfsMode.java | 16 +- .../ggfs/GridGgfsOutOfSpaceException.java | 16 +- .../grid/ggfs/GridGgfsOutputStream.java | 16 +- .../GridGgfsParentNotDirectoryException.java | 16 +- .../org/gridgain/grid/ggfs/GridGgfsPath.java | 16 +- .../GridGgfsPathAlreadyExistsException.java | 16 +- .../grid/ggfs/GridGgfsPathSummary.java | 16 +- .../gridgain/grid/ggfs/GridGgfsReader.java | 16 +- .../ggfs/mapreduce/GridGgfsFileRange.java | 16 +- .../GridGgfsInputStreamJobAdapter.java | 16 +- .../grid/ggfs/mapreduce/GridGgfsJob.java | 16 +- .../ggfs/mapreduce/GridGgfsJobAdapter.java | 16 +- .../mapreduce/GridGgfsRangeInputStream.java | 16 +- .../mapreduce/GridGgfsRecordResolver.java | 16 +- .../grid/ggfs/mapreduce/GridGgfsTask.java | 16 +- .../grid/ggfs/mapreduce/GridGgfsTaskArgs.java | 16 +- .../GridGgfsTaskNoReduceAdapter.java | 16 +- .../GridGgfsByteDelimiterRecordResolver.java | 16 +- .../GridGgfsFixedLengthRecordResolver.java | 16 +- .../GridGgfsNewLineRecordResolver.java | 16 +- ...GridGgfsStringDelimiterRecordResolver.java | 16 +- .../org/gridgain/grid/hadoop/GridHadoop.java | 16 +- .../grid/hadoop/GridHadoopConfiguration.java | 16 +- .../grid/hadoop/GridHadoopCounter.java | 16 +- .../grid/hadoop/GridHadoopCounterWriter.java | 16 +- .../grid/hadoop/GridHadoopCounters.java | 16 +- .../grid/hadoop/GridHadoopFileBlock.java | 16 +- .../grid/hadoop/GridHadoopInputSplit.java | 16 +- .../gridgain/grid/hadoop/GridHadoopJob.java | 16 +- .../gridgain/grid/hadoop/GridHadoopJobId.java | 16 +- .../grid/hadoop/GridHadoopJobInfo.java | 16 +- .../grid/hadoop/GridHadoopJobPhase.java | 16 +- .../grid/hadoop/GridHadoopJobProperty.java | 16 +- .../grid/hadoop/GridHadoopJobStatus.java | 16 +- .../grid/hadoop/GridHadoopMapReducePlan.java | 16 +- .../hadoop/GridHadoopMapReducePlanner.java | 16 +- .../grid/hadoop/GridHadoopPartitioner.java | 16 +- .../grid/hadoop/GridHadoopSerialization.java | 16 +- .../gridgain/grid/hadoop/GridHadoopTask.java | 16 +- .../grid/hadoop/GridHadoopTaskContext.java | 16 +- .../grid/hadoop/GridHadoopTaskInfo.java | 16 +- .../grid/hadoop/GridHadoopTaskInput.java | 16 +- .../grid/hadoop/GridHadoopTaskOutput.java | 16 +- .../grid/hadoop/GridHadoopTaskType.java | 16 +- .../grid/kernal/GridClosureCallMode.java | 16 +- .../gridgain/grid/kernal/GridComponent.java | 16 +- .../grid/kernal/GridComponentType.java | 16 +- .../gridgain/grid/kernal/GridComputeImpl.java | 16 +- .../gridgain/grid/kernal/GridDiagnostic.java | 16 +- .../grid/kernal/GridDirectCollection.java | 16 +- .../gridgain/grid/kernal/GridDirectMap.java | 16 +- .../grid/kernal/GridDirectTransient.java | 16 +- .../grid/kernal/GridDirectVersion.java | 16 +- .../grid/kernal/GridEventConsumeHandler.java | 16 +- .../gridgain/grid/kernal/GridEventsImpl.java | 16 +- .../java/org/gridgain/grid/kernal/GridEx.java | 16 +- .../GridExecutorServiceMBeanAdapter.java | 16 +- .../org/gridgain/grid/kernal/GridGainEx.java | 16 +- .../grid/kernal/GridGainMBeanAdapter.java | 16 +- .../grid/kernal/GridInternalException.java | 16 +- .../grid/kernal/GridInternalWrapper.java | 16 +- .../grid/kernal/GridJobCancelRequest.java | 16 +- .../grid/kernal/GridJobContextImpl.java | 16 +- .../grid/kernal/GridJobExecuteRequest.java | 16 +- .../grid/kernal/GridJobExecuteRequestV2.java | 16 +- .../grid/kernal/GridJobExecuteResponse.java | 16 +- .../grid/kernal/GridJobResultImpl.java | 16 +- .../grid/kernal/GridJobSessionImpl.java | 16 +- .../grid/kernal/GridJobSiblingImpl.java | 16 +- .../grid/kernal/GridJobSiblingsRequest.java | 16 +- .../grid/kernal/GridJobSiblingsResponse.java | 16 +- .../org/gridgain/grid/kernal/GridKernal.java | 16 +- .../grid/kernal/GridKernalContext.java | 16 +- .../grid/kernal/GridKernalContextImpl.java | 16 +- .../grid/kernal/GridKernalGateway.java | 16 +- .../grid/kernal/GridKernalGatewayImpl.java | 16 +- .../gridgain/grid/kernal/GridKernalState.java | 16 +- .../gridgain/grid/kernal/GridKillTask.java | 16 +- .../grid/kernal/GridLocalNodeMetrics.java | 16 +- .../gridgain/grid/kernal/GridLoggerProxy.java | 16 +- .../grid/kernal/GridMessageListenHandler.java | 16 +- .../grid/kernal/GridMessagingImpl.java | 16 +- .../grid/kernal/GridNodeAttributes.java | 16 +- .../grid/kernal/GridNodeLocalMapImpl.java | 16 +- .../grid/kernal/GridNodeMetricsMBean.java | 16 +- .../grid/kernal/GridNodeOrderComparator.java | 16 +- .../kernal/GridPerformanceSuggestions.java | 16 +- .../grid/kernal/GridPortablesImpl.java | 16 +- .../gridgain/grid/kernal/GridProductImpl.java | 16 +- .../grid/kernal/GridProjectionAdapter.java | 16 +- .../grid/kernal/GridProjectionEx.java | 16 +- .../kernal/GridProjectionMetricsImpl.java | 16 +- .../gridgain/grid/kernal/GridProperties.java | 16 +- .../grid/kernal/GridProxyListener.java | 16 +- .../grid/kernal/GridSchedulerImpl.java | 16 +- .../grid/kernal/GridServicesImpl.java | 16 +- .../grid/kernal/GridTaskCancelRequest.java | 16 +- .../grid/kernal/GridTaskFutureImpl.java | 16 +- .../gridgain/grid/kernal/GridTaskMessage.java | 16 +- .../grid/kernal/GridTaskNameHashKey.java | 16 +- .../grid/kernal/GridTaskSessionImpl.java | 16 +- .../grid/kernal/GridTaskSessionInternal.java | 16 +- .../grid/kernal/GridTaskSessionRequest.java | 16 +- .../org/gridgain/grid/kernal/GridTopic.java | 16 +- .../grid/kernal/GridUpdateNotifier.java | 16 +- .../kernal/executor/GridExecutorService.java | 16 +- .../ggfs/common/GridGgfsControlResponse.java | 16 +- .../ggfs/common/GridGgfsDataInputStream.java | 16 +- .../ggfs/common/GridGgfsDataOutputStream.java | 16 +- .../ggfs/common/GridGgfsHandshakeRequest.java | 16 +- .../ggfs/common/GridGgfsIpcCommand.java | 16 +- .../kernal/ggfs/common/GridGgfsLogger.java | 16 +- .../ggfs/common/GridGgfsMarshaller.java | 16 +- .../kernal/ggfs/common/GridGgfsMessage.java | 16 +- .../common/GridGgfsPathControlRequest.java | 16 +- .../ggfs/common/GridGgfsStatusRequest.java | 16 +- .../common/GridGgfsStreamControlRequest.java | 16 +- .../grid/kernal/managers/GridManager.java | 16 +- .../kernal/managers/GridManagerAdapter.java | 16 +- .../managers/GridNoopManagerAdapter.java | 16 +- .../checkpoint/GridCheckpointManager.java | 16 +- .../checkpoint/GridCheckpointRequest.java | 16 +- .../GridCollisionJobContextAdapter.java | 16 +- .../collision/GridCollisionManager.java | 16 +- .../communication/GridDisconnectListener.java | 16 +- .../managers/communication/GridIoManager.java | 16 +- .../managers/communication/GridIoMessage.java | 16 +- .../managers/communication/GridIoPolicy.java | 16 +- .../communication/GridIoUserMessage.java | 16 +- .../communication/GridMessageListener.java | 16 +- .../managers/deployment/GridDeployment.java | 16 +- .../deployment/GridDeploymentClassLoader.java | 16 +- .../GridDeploymentCommunication.java | 16 +- .../deployment/GridDeploymentInfo.java | 16 +- .../deployment/GridDeploymentInfoBean.java | 16 +- .../deployment/GridDeploymentLocalStore.java | 16 +- .../deployment/GridDeploymentManager.java | 16 +- .../deployment/GridDeploymentMetadata.java | 16 +- .../GridDeploymentPerLoaderStore.java | 16 +- .../GridDeploymentPerVersionStore.java | 16 +- .../deployment/GridDeploymentRequest.java | 16 +- .../deployment/GridDeploymentResponse.java | 16 +- .../deployment/GridDeploymentStore.java | 16 +- .../GridDeploymentStoreAdapter.java | 16 +- .../protocol/gg/GridProtocolHandler.java | 16 +- .../protocol/gg/GridUrlConnection.java | 16 +- .../discovery/GridDiscoveryManager.java | 16 +- .../GridDiscoveryTopologySnapshot.java | 16 +- .../managers/discovery/GridLocalMetrics.java | 16 +- .../eventstorage/GridEventStorageManager.java | 16 +- .../eventstorage/GridEventStorageMessage.java | 16 +- .../eventstorage/GridLocalEventListener.java | 16 +- .../failover/GridFailoverContextImpl.java | 16 +- .../failover/GridFailoverManager.java | 16 +- .../indexing/GridIndexingManager.java | 16 +- .../loadbalancer/GridLoadBalancerAdapter.java | 16 +- .../loadbalancer/GridLoadBalancerManager.java | 16 +- .../securesession/GridSecureSession.java | 16 +- .../GridSecureSessionManager.java | 16 +- .../os/GridOsSecureSessionManager.java | 16 +- .../security/GridAllowAllPermissionSet.java | 16 +- .../security/GridSecurityContext.java | 16 +- .../managers/security/GridSecurityImpl.java | 16 +- .../security/GridSecurityManager.java | 16 +- .../security/GridSecuritySubjectAdapter.java | 16 +- .../security/os/GridOsSecurityManager.java | 16 +- .../swapspace/GridSwapSpaceManager.java | 16 +- .../grid/kernal/processors/GridProcessor.java | 16 +- .../processors/GridProcessorAdapter.java | 16 +- .../affinity/GridAffinityAssignment.java | 16 +- .../affinity/GridAffinityAssignmentCache.java | 16 +- .../affinity/GridAffinityMessage.java | 16 +- .../affinity/GridAffinityProcessor.java | 16 +- .../affinity/GridAffinityUtils.java | 16 +- .../GridCacheAffinityFunctionContextImpl.java | 16 +- .../processors/cache/GridCacheAdapter.java | 16 +- .../cache/GridCacheAffinityManager.java | 16 +- .../cache/GridCacheAtomicFuture.java | 16 +- .../GridCacheAtomicVersionComparator.java | 16 +- .../processors/cache/GridCacheAttributes.java | 16 +- .../cache/GridCacheBatchSwapEntry.java | 16 +- .../cache/GridCacheClearAllRunnable.java | 16 +- .../cache/GridCacheConcurrentMap.java | 16 +- .../cache/GridCacheConflictResolver.java | 16 +- .../processors/cache/GridCacheContext.java | 16 +- .../GridCacheDefaultAffinityKeyMapper.java | 16 +- .../processors/cache/GridCacheDeployable.java | 16 +- .../cache/GridCacheDeploymentManager.java | 16 +- .../processors/cache/GridCacheDgcBadLock.java | 16 +- .../cache/GridCacheDgcLockCandidate.java | 16 +- .../processors/cache/GridCacheDgcManager.java | 16 +- .../processors/cache/GridCacheDgcRequest.java | 16 +- .../cache/GridCacheDgcResponse.java | 16 +- .../processors/cache/GridCacheEntryEx.java | 16 +- .../processors/cache/GridCacheEntryImpl.java | 16 +- .../processors/cache/GridCacheEntryInfo.java | 16 +- ...GridCacheEntryInfoCollectSwapListener.java | 16 +- .../GridCacheEntryRedeployException.java | 16 +- .../cache/GridCacheEntryRemovedException.java | 16 +- .../processors/cache/GridCacheEntrySet.java | 16 +- .../cache/GridCacheEventManager.java | 16 +- .../cache/GridCacheEvictionEntry.java | 16 +- .../cache/GridCacheEvictionManager.java | 16 +- .../cache/GridCacheEvictionRequest.java | 16 +- .../cache/GridCacheEvictionResponse.java | 16 +- .../cache/GridCacheExplicitLockSpan.java | 16 +- .../cache/GridCacheFilterEvaluationEntry.java | 16 +- .../cache/GridCacheFilterFailedException.java | 16 +- .../processors/cache/GridCacheFuture.java | 16 +- .../processors/cache/GridCacheGateway.java | 16 +- .../cache/GridCacheIndexUpdateException.java | 16 +- .../processors/cache/GridCacheInternal.java | 16 +- .../processors/cache/GridCacheIoManager.java | 16 +- .../processors/cache/GridCacheIterator.java | 16 +- .../processors/cache/GridCacheKeySet.java | 16 +- .../cache/GridCacheLockTimeoutException.java | 16 +- .../processors/cache/GridCacheLogger.java | 16 +- .../cache/GridCacheMBeanAdapter.java | 16 +- .../processors/cache/GridCacheManager.java | 16 +- .../cache/GridCacheManagerAdapter.java | 16 +- .../processors/cache/GridCacheMapAdapter.java | 16 +- .../processors/cache/GridCacheMapEntry.java | 16 +- .../cache/GridCacheMapEntryFactory.java | 16 +- .../processors/cache/GridCacheMessage.java | 16 +- .../cache/GridCacheMetricsAdapter.java | 16 +- .../cache/GridCacheMultiTxFuture.java | 16 +- .../processors/cache/GridCacheMvcc.java | 16 +- .../cache/GridCacheMvccCandidate.java | 16 +- .../processors/cache/GridCacheMvccFuture.java | 16 +- .../cache/GridCacheMvccManager.java | 16 +- .../cache/GridCacheOffheapSwapEntry.java | 16 +- .../processors/cache/GridCacheOperation.java | 16 +- .../processors/cache/GridCachePreloader.java | 16 +- .../cache/GridCachePreloaderAdapter.java | 16 +- .../processors/cache/GridCacheProcessor.java | 16 +- .../cache/GridCacheProjectionEx.java | 16 +- .../cache/GridCacheProjectionImpl.java | 16 +- .../processors/cache/GridCacheProxy.java | 16 +- .../processors/cache/GridCacheProxyImpl.java | 16 +- .../processors/cache/GridCacheReturn.java | 16 +- .../cache/GridCacheStoreManager.java | 16 +- .../processors/cache/GridCacheSwapEntry.java | 16 +- .../cache/GridCacheSwapEntryImpl.java | 16 +- .../cache/GridCacheSwapListener.java | 16 +- .../cache/GridCacheSwapManager.java | 16 +- .../GridCacheTransformComputeClosure.java | 16 +- .../processors/cache/GridCacheTtlManager.java | 16 +- .../processors/cache/GridCacheTxAdapter.java | 16 +- .../processors/cache/GridCacheTxEntry.java | 16 +- .../processors/cache/GridCacheTxEx.java | 16 +- .../cache/GridCacheTxLocalAdapter.java | 16 +- .../processors/cache/GridCacheTxLocalEx.java | 16 +- .../processors/cache/GridCacheTxManager.java | 16 +- .../processors/cache/GridCacheTxMap.java | 16 +- .../processors/cache/GridCacheTxProxy.java | 16 +- .../cache/GridCacheTxProxyImpl.java | 16 +- .../processors/cache/GridCacheTxRemoteEx.java | 16 +- .../cache/GridCacheUpdateAtomicResult.java | 16 +- .../cache/GridCacheUpdateTxResult.java | 16 +- .../processors/cache/GridCacheUtilityKey.java | 16 +- .../processors/cache/GridCacheUtils.java | 16 +- .../processors/cache/GridCacheValueBytes.java | 16 +- .../cache/GridCacheValueCollection.java | 16 +- .../processors/cache/GridCacheVersion.java | 16 +- .../processors/cache/GridCacheVersionEx.java | 16 +- .../cache/GridCacheVersionManager.java | 16 +- .../cache/GridCacheVersionable.java | 16 +- .../cache/GridCacheWriteBehindStore.java | 16 +- .../cache/GridPartitionLockKey.java | 16 +- .../cache/affinity/GridCacheAffinityImpl.java | 16 +- .../affinity/GridCacheAffinityProxy.java | 16 +- .../GridAtomicCacheQueueImpl.java | 16 +- .../GridCacheAnnotationHelper.java | 16 +- .../datastructures/GridCacheAtomicLongEx.java | 16 +- .../GridCacheAtomicLongImpl.java | 16 +- .../GridCacheAtomicLongValue.java | 16 +- .../GridCacheAtomicReferenceEx.java | 16 +- .../GridCacheAtomicReferenceImpl.java | 16 +- .../GridCacheAtomicReferenceValue.java | 16 +- .../GridCacheAtomicSequenceEx.java | 16 +- .../GridCacheAtomicSequenceImpl.java | 16 +- .../GridCacheAtomicSequenceValue.java | 16 +- .../GridCacheAtomicStampedEx.java | 16 +- .../GridCacheAtomicStampedImpl.java | 16 +- .../GridCacheAtomicStampedValue.java | 16 +- .../GridCacheCountDownLatchEx.java | 16 +- .../GridCacheCountDownLatchImpl.java | 16 +- .../GridCacheCountDownLatchValue.java | 16 +- .../GridCacheDataStructuresImpl.java | 16 +- .../GridCacheDataStructuresManager.java | 16 +- .../GridCacheDataStructuresProxy.java | 16 +- .../datastructures/GridCacheInternalKey.java | 16 +- .../GridCacheInternalKeyImpl.java | 16 +- .../datastructures/GridCacheQueueAdapter.java | 16 +- .../datastructures/GridCacheQueueHeader.java | 16 +- .../GridCacheQueueHeaderKey.java | 16 +- .../datastructures/GridCacheQueueItemKey.java | 16 +- .../datastructures/GridCacheQueueProxy.java | 16 +- .../datastructures/GridCacheRemovable.java | 16 +- .../datastructures/GridCacheSetHeader.java | 16 +- .../datastructures/GridCacheSetHeaderKey.java | 16 +- .../datastructures/GridCacheSetImpl.java | 16 +- .../datastructures/GridCacheSetItemKey.java | 16 +- .../datastructures/GridCacheSetProxy.java | 16 +- .../datastructures/GridSetQueryPredicate.java | 16 +- .../GridTransactionalCacheQueueImpl.java | 16 +- .../distributed/GridCacheCommittedTxInfo.java | 16 +- .../distributed/GridCacheMappedVersion.java | 16 +- ...dCacheOptimisticCheckPreparedTxFuture.java | 16 +- ...CacheOptimisticCheckPreparedTxRequest.java | 16 +- ...acheOptimisticCheckPreparedTxResponse.java | 16 +- .../GridCachePerThreadTxCommitBuffer.java | 16 +- ...achePessimisticCheckCommittedTxFuture.java | 16 +- ...chePessimisticCheckCommittedTxRequest.java | 16 +- ...hePessimisticCheckCommittedTxResponse.java | 16 +- .../distributed/GridCacheTxCommitBuffer.java | 16 +- .../distributed/GridCacheTxFinishSync.java | 16 +- .../GridDistributedBaseMessage.java | 16 +- .../GridDistributedCacheAdapter.java | 16 +- .../GridDistributedCacheEntry.java | 16 +- ...GridDistributedLockCancelledException.java | 16 +- .../GridDistributedLockRequest.java | 16 +- .../GridDistributedLockResponse.java | 16 +- .../GridDistributedTxFinishRequest.java | 16 +- .../GridDistributedTxFinishResponse.java | 16 +- .../distributed/GridDistributedTxMapping.java | 16 +- .../GridDistributedTxPrepareRequest.java | 16 +- .../GridDistributedTxPrepareResponse.java | 16 +- .../GridDistributedTxRemoteAdapter.java | 16 +- .../GridDistributedUnlockRequest.java | 16 +- .../GridFutureRemapTimeoutObject.java | 16 +- .../GridPartitionedCacheEntryImpl.java | 16 +- .../dht/GridDhtAffinityAssignmentRequest.java | 16 +- .../GridDhtAffinityAssignmentResponse.java | 16 +- .../dht/GridDhtAssignmentFetchFuture.java | 16 +- .../cache/distributed/dht/GridDhtCache.java | 16 +- .../distributed/dht/GridDhtCacheAdapter.java | 16 +- .../distributed/dht/GridDhtCacheEntry.java | 16 +- .../dht/GridDhtCacheEntryImpl.java | 16 +- .../dht/GridDhtEmbeddedFuture.java | 16 +- .../dht/GridDhtFinishedFuture.java | 16 +- .../cache/distributed/dht/GridDhtFuture.java | 16 +- .../distributed/dht/GridDhtGetFuture.java | 16 +- .../dht/GridDhtInvalidPartitionException.java | 16 +- .../dht/GridDhtLocalPartition.java | 16 +- .../distributed/dht/GridDhtLockFuture.java | 16 +- .../distributed/dht/GridDhtLockRequest.java | 16 +- .../distributed/dht/GridDhtLockResponse.java | 16 +- .../dht/GridDhtPartitionState.java | 16 +- .../dht/GridDhtPartitionTopology.java | 16 +- .../dht/GridDhtPartitionTopologyImpl.java | 16 +- .../dht/GridDhtTopologyFuture.java | 16 +- .../dht/GridDhtTransactionalCacheAdapter.java | 16 +- .../dht/GridDhtTxFinishFuture.java | 16 +- .../dht/GridDhtTxFinishRequest.java | 16 +- .../dht/GridDhtTxFinishResponse.java | 16 +- .../cache/distributed/dht/GridDhtTxLocal.java | 16 +- .../dht/GridDhtTxLocalAdapter.java | 16 +- .../distributed/dht/GridDhtTxMapping.java | 16 +- .../dht/GridDhtTxPrepareFuture.java | 16 +- .../dht/GridDhtTxPrepareRequest.java | 16 +- .../dht/GridDhtTxPrepareResponse.java | 16 +- .../distributed/dht/GridDhtTxRemote.java | 16 +- .../distributed/dht/GridDhtUnlockRequest.java | 16 +- .../dht/GridNoStorageCacheMap.java | 16 +- .../dht/GridPartitionedGetFuture.java | 16 +- .../dht/atomic/GridDhtAtomicCache.java | 16 +- .../dht/atomic/GridDhtAtomicCacheEntry.java | 16 +- .../GridDhtAtomicDeferredUpdateResponse.java | 16 +- .../dht/atomic/GridDhtAtomicUpdateFuture.java | 16 +- .../atomic/GridDhtAtomicUpdateRequest.java | 16 +- .../atomic/GridDhtAtomicUpdateResponse.java | 16 +- .../atomic/GridNearAtomicUpdateFuture.java | 16 +- .../atomic/GridNearAtomicUpdateRequest.java | 16 +- .../atomic/GridNearAtomicUpdateResponse.java | 16 +- .../dht/colocated/GridDhtColocatedCache.java | 16 +- .../colocated/GridDhtColocatedCacheEntry.java | 16 +- .../colocated/GridDhtColocatedLockFuture.java | 16 +- .../GridDhtColocatedTxFinishFuture.java | 16 +- .../colocated/GridDhtColocatedTxLocal.java | 16 +- .../GridDhtColocatedTxPrepareFuture.java | 16 +- .../colocated/GridDhtDetachedCacheEntry.java | 16 +- .../dht/preloader/GridDhtForceKeysFuture.java | 16 +- .../preloader/GridDhtForceKeysRequest.java | 16 +- .../preloader/GridDhtForceKeysResponse.java | 16 +- .../GridDhtPartitionDemandMessage.java | 16 +- .../preloader/GridDhtPartitionDemandPool.java | 16 +- .../preloader/GridDhtPartitionExchangeId.java | 16 +- .../preloader/GridDhtPartitionFullMap.java | 16 +- .../dht/preloader/GridDhtPartitionMap.java | 16 +- .../GridDhtPartitionSupplyMessage.java | 16 +- .../preloader/GridDhtPartitionSupplyPool.java | 16 +- .../GridDhtPartitionsAbstractMessage.java | 16 +- .../GridDhtPartitionsExchangeFuture.java | 16 +- .../GridDhtPartitionsFullMessage.java | 16 +- .../GridDhtPartitionsSingleMessage.java | 16 +- .../GridDhtPartitionsSingleRequest.java | 16 +- .../dht/preloader/GridDhtPreloader.java | 16 +- .../distributed/near/GridNearAtomicCache.java | 16 +- .../near/GridNearCacheAdapter.java | 16 +- .../near/GridNearCacheClearAllRunnable.java | 16 +- .../distributed/near/GridNearCacheEntry.java | 16 +- .../distributed/near/GridNearGetFuture.java | 16 +- .../distributed/near/GridNearGetRequest.java | 16 +- .../distributed/near/GridNearGetResponse.java | 16 +- .../distributed/near/GridNearLockFuture.java | 16 +- .../distributed/near/GridNearLockMapping.java | 16 +- .../distributed/near/GridNearLockRequest.java | 16 +- .../near/GridNearLockResponse.java | 16 +- .../near/GridNearTransactionalCache.java | 16 +- .../near/GridNearTxFinishFuture.java | 16 +- .../near/GridNearTxFinishRequest.java | 16 +- .../near/GridNearTxFinishResponse.java | 16 +- .../distributed/near/GridNearTxLocal.java | 16 +- .../near/GridNearTxPrepareFuture.java | 16 +- .../near/GridNearTxPrepareRequest.java | 16 +- .../near/GridNearTxPrepareResponse.java | 16 +- .../distributed/near/GridNearTxRemote.java | 16 +- .../near/GridNearUnlockRequest.java | 16 +- .../cache/dr/GridCacheDrExpirationInfo.java | 16 +- .../processors/cache/dr/GridCacheDrInfo.java | 16 +- .../cache/dr/GridCacheDrManager.java | 16 +- .../dr/GridCacheDrReceiveAttributes.java | 16 +- .../cache/dr/GridCacheDrSendAttributes.java | 16 +- .../processors/cache/dr/GridDrEntryEx.java | 16 +- .../dr/GridDrReceiverCacheMetricsAdapter.java | 16 +- .../dr/GridDrSenderCacheMetricsAdapter.java | 16 +- .../cache/dr/os/GridOsCacheDrManager.java | 16 +- .../GridCacheAttributesEntryExtras.java | 16 +- .../GridCacheAttributesMvccEntryExtras.java | 16 +- ...acheAttributesMvccObsoleteEntryExtras.java | 16 +- ...eAttributesMvccObsoleteTtlEntryExtras.java | 16 +- ...GridCacheAttributesMvccTtlEntryExtras.java | 16 +- ...ridCacheAttributesObsoleteEntryExtras.java | 16 +- ...CacheAttributesObsoleteTtlEntryExtras.java | 16 +- .../GridCacheAttributesTtlEntryExtras.java | 16 +- .../cache/extras/GridCacheEntryExtras.java | 16 +- .../extras/GridCacheEntryExtrasAdapter.java | 16 +- .../extras/GridCacheMvccEntryExtras.java | 16 +- .../GridCacheMvccObsoleteEntryExtras.java | 16 +- .../GridCacheMvccObsoleteTtlEntryExtras.java | 16 +- .../extras/GridCacheMvccTtlEntryExtras.java | 16 +- .../extras/GridCacheObsoleteEntryExtras.java | 16 +- .../GridCacheObsoleteTtlEntryExtras.java | 16 +- .../cache/extras/GridCacheTtlEntryExtras.java | 16 +- .../cache/jta/GridCacheJtaManagerAdapter.java | 16 +- .../cache/jta/GridCacheNoopJtaManager.java | 16 +- .../cache/local/GridLocalCache.java | 16 +- .../cache/local/GridLocalCacheEntry.java | 16 +- .../cache/local/GridLocalLockFuture.java | 16 +- .../processors/cache/local/GridLocalTx.java | 16 +- .../cache/local/GridLocalTxFuture.java | 16 +- .../local/atomic/GridLocalAtomicCache.java | 16 +- ...GridCacheDistributedFieldsQueryFuture.java | 16 +- .../GridCacheDistributedQueryFuture.java | 16 +- .../GridCacheDistributedQueryManager.java | 16 +- .../GridCacheFieldsQueryErrorFuture.java | 16 +- .../GridCacheLocalFieldsQueryFuture.java | 16 +- .../query/GridCacheLocalQueryFuture.java | 16 +- .../query/GridCacheLocalQueryManager.java | 16 +- .../cache/query/GridCacheQueriesEx.java | 16 +- .../cache/query/GridCacheQueriesImpl.java | 16 +- .../cache/query/GridCacheQueriesProxy.java | 18 +- .../cache/query/GridCacheQueryAdapter.java | 16 +- .../cache/query/GridCacheQueryBean.java | 16 +- .../query/GridCacheQueryErrorFuture.java | 16 +- .../query/GridCacheQueryFutureAdapter.java | 16 +- .../cache/query/GridCacheQueryInfo.java | 16 +- .../cache/query/GridCacheQueryManager.java | 16 +- .../query/GridCacheQueryMetadataAware.java | 16 +- .../query/GridCacheQueryMetricsAdapter.java | 16 +- .../cache/query/GridCacheQueryMetricsKey.java | 16 +- .../cache/query/GridCacheQueryRequest.java | 16 +- .../cache/query/GridCacheQueryResponse.java | 16 +- .../query/GridCacheQueryResponseEntry.java | 16 +- .../cache/query/GridCacheQueryType.java | 16 +- .../query/GridCacheSqlIndexMetadata.java | 16 +- .../cache/query/GridCacheSqlMetadata.java | 16 +- .../GridCacheContinuousQueryAdapter.java | 16 +- .../GridCacheContinuousQueryEntry.java | 16 +- .../GridCacheContinuousQueryFilterEx.java | 16 +- .../GridCacheContinuousQueryHandler.java | 16 +- .../GridCacheContinuousQueryHandlerV2.java | 16 +- .../GridCacheContinuousQueryHandlerV3.java | 16 +- .../GridCacheContinuousQueryHandlerV4.java | 16 +- .../GridCacheContinuousQueryListener.java | 16 +- .../GridCacheContinuousQueryManager.java | 16 +- .../jdbc/GridCacheQueryJdbcMetadataTask.java | 16 +- .../query/jdbc/GridCacheQueryJdbcTask.java | 16 +- .../GridCacheQueryJdbcValidationTask.java | 16 +- .../clock/GridClockDeltaSnapshot.java | 16 +- .../clock/GridClockDeltaSnapshotMessage.java | 16 +- .../clock/GridClockDeltaVersion.java | 16 +- .../processors/clock/GridClockMessage.java | 16 +- .../processors/clock/GridClockServer.java | 16 +- .../processors/clock/GridClockSource.java | 16 +- .../clock/GridClockSyncProcessor.java | 16 +- .../processors/clock/GridJvmClockSource.java | 16 +- .../processors/closure/GridClosurePolicy.java | 16 +- .../closure/GridClosureProcessor.java | 16 +- ...GridMasterLeaveAwareComputeJobAdapter.java | 16 +- .../GridPeerDeployAwareTaskAdapter.java | 16 +- .../continuous/GridContinuousHandler.java | 16 +- .../continuous/GridContinuousMessage.java | 16 +- .../continuous/GridContinuousMessageType.java | 16 +- .../continuous/GridContinuousProcessor.java | 16 +- .../dataload/GridDataLoadCacheUpdaters.java | 16 +- .../dataload/GridDataLoadRequest.java | 16 +- .../dataload/GridDataLoadResponse.java | 16 +- .../dataload/GridDataLoadUpdateJob.java | 16 +- .../dataload/GridDataLoaderFuture.java | 16 +- .../dataload/GridDataLoaderImpl.java | 16 +- .../dataload/GridDataLoaderProcessor.java | 16 +- .../dr/GridDrDataLoadCacheUpdater.java | 16 +- .../processors/dr/GridDrPlainEntry.java | 16 +- .../kernal/processors/dr/GridDrProcessor.java | 16 +- .../kernal/processors/dr/GridDrRawEntry.java | 16 +- .../dr/GridDrReceiverConflictContextImpl.java | 16 +- .../grid/kernal/processors/dr/GridDrType.java | 16 +- .../kernal/processors/dr/GridDrUtils.java | 16 +- .../external/GridDrExternalBatchRequest.java | 16 +- .../external/GridDrExternalBatchResponse.java | 16 +- .../GridDrExternalHandshakeRequest.java | 16 +- .../GridDrExternalHandshakeResponse.java | 16 +- .../external/GridDrExternalPingRequest.java | 16 +- .../external/GridDrExternalPingResponse.java | 16 +- .../internal/GridDrInternalRequest.java | 16 +- .../internal/GridDrInternalRequestEntry.java | 16 +- .../internal/GridDrInternalResponse.java | 16 +- .../processors/dr/os/GridOsDrProcessor.java | 16 +- .../processors/email/GridEmailHolder.java | 16 +- .../email/GridEmailProcessorAdapter.java | 16 +- .../email/GridNoopEmailProcessor.java | 16 +- .../processors/ggfs/GridGgfsAckMessage.java | 16 +- .../processors/ggfs/GridGgfsAttributes.java | 16 +- .../processors/ggfs/GridGgfsBlockKey.java | 16 +- .../ggfs/GridGgfsBlockLocationImpl.java | 16 +- .../ggfs/GridGgfsBlocksMessage.java | 16 +- .../ggfs/GridGgfsClientSession.java | 16 +- .../ggfs/GridGgfsCommunicationMessage.java | 16 +- .../processors/ggfs/GridGgfsContext.java | 16 +- .../processors/ggfs/GridGgfsDataManager.java | 16 +- .../ggfs/GridGgfsDeleteMessage.java | 16 +- .../processors/ggfs/GridGgfsDeleteWorker.java | 16 +- .../GridGgfsDirectoryNotEmptyException.java | 16 +- .../kernal/processors/ggfs/GridGgfsEx.java | 16 +- .../ggfs/GridGgfsFileAffinityRange.java | 16 +- .../processors/ggfs/GridGgfsFileImpl.java | 16 +- .../processors/ggfs/GridGgfsFileInfo.java | 16 +- .../processors/ggfs/GridGgfsFileMap.java | 16 +- .../processors/ggfs/GridGgfsFileWorker.java | 16 +- .../ggfs/GridGgfsFileWorkerBatch.java | 16 +- .../ggfs/GridGgfsFileWorkerTask.java | 16 +- .../ggfs/GridGgfsFragmentizerManager.java | 16 +- .../ggfs/GridGgfsFragmentizerRequest.java | 16 +- .../ggfs/GridGgfsFragmentizerResponse.java | 16 +- .../ggfs/GridGgfsHandshakeResponse.java | 16 +- .../processors/ggfs/GridGgfsHelper.java | 16 +- .../processors/ggfs/GridGgfsHelperImpl.java | 16 +- .../kernal/processors/ggfs/GridGgfsImpl.java | 16 +- .../ggfs/GridGgfsInputStreamAdapter.java | 16 +- .../ggfs/GridGgfsInputStreamDescriptor.java | 16 +- .../ggfs/GridGgfsInputStreamImpl.java | 16 +- .../ggfs/GridGgfsInvalidRangeException.java | 16 +- .../processors/ggfs/GridGgfsIpcHandler.java | 16 +- .../processors/ggfs/GridGgfsJobImpl.java | 16 +- .../processors/ggfs/GridGgfsListingEntry.java | 16 +- .../processors/ggfs/GridGgfsLocalMetrics.java | 16 +- .../processors/ggfs/GridGgfsManager.java | 16 +- .../processors/ggfs/GridGgfsMetaManager.java | 16 +- .../ggfs/GridGgfsMetricsAdapter.java | 16 +- .../processors/ggfs/GridGgfsModeResolver.java | 16 +- .../ggfs/GridGgfsOutputStreamAdapter.java | 16 +- .../ggfs/GridGgfsOutputStreamImpl.java | 16 +- .../kernal/processors/ggfs/GridGgfsPaths.java | 16 +- .../processors/ggfs/GridGgfsProcessor.java | 16 +- .../ggfs/GridGgfsProcessorAdapter.java | 16 +- .../processors/ggfs/GridGgfsSamplingKey.java | 16 +- ...ridGgfsSecondaryInputStreamDescriptor.java | 16 +- ...idGgfsSecondaryOutputStreamDescriptor.java | 16 +- .../processors/ggfs/GridGgfsServer.java | 16 +- .../ggfs/GridGgfsServerHandler.java | 16 +- .../ggfs/GridGgfsServerManager.java | 16 +- .../processors/ggfs/GridGgfsStatus.java | 16 +- .../processors/ggfs/GridGgfsSyncMessage.java | 16 +- .../processors/ggfs/GridGgfsTaskArgsImpl.java | 16 +- .../processors/ggfs/GridGgfsThread.java | 16 +- .../processors/ggfs/GridNoopGgfsHelper.java | 16 +- .../ggfs/GridNoopGgfsProcessor.java | 16 +- .../hadoop/GridHadoopNoopProcessor.java | 16 +- .../hadoop/GridHadoopProcessorAdapter.java | 16 +- .../processors/interop/GridInteropAware.java | 16 +- .../interop/GridInteropProcessor.java | 16 +- .../interop/GridInteropProcessorAdapter.java | 16 +- .../processors/interop/GridInteropTarget.java | 16 +- .../interop/os/GridOsInteropProcessor.java | 16 +- .../processors/job/GridJobEventListener.java | 16 +- .../processors/job/GridJobHoldListener.java | 16 +- .../processors/job/GridJobProcessor.java | 16 +- .../kernal/processors/job/GridJobWorker.java | 16 +- .../processors/jobmetrics/GridJobMetrics.java | 16 +- .../jobmetrics/GridJobMetricsProcessor.java | 16 +- .../jobmetrics/GridJobMetricsSnapshot.java | 16 +- .../license/GridLicenseProcessor.java | 16 +- .../license/GridLicenseSubsystem.java | 16 +- .../license/GridLicenseUseRegistry.java | 16 +- .../license/os/GridOsLicenseProcessor.java | 16 +- .../offheap/GridOffHeapProcessor.java | 16 +- .../processors/port/GridPortListener.java | 16 +- .../processors/port/GridPortProcessor.java | 16 +- .../processors/port/GridPortRecord.java | 16 +- .../portable/GridPortableInputStream.java | 16 +- .../portable/GridPortableOutputStream.java | 16 +- .../portable/GridPortableProcessor.java | 16 +- .../portable/GridPortableStream.java | 16 +- .../portable/os/GridOsPortableProcessor.java | 16 +- .../resource/GridResourceBasicInjector.java | 16 +- .../resource/GridResourceCustomInjector.java | 16 +- .../resource/GridResourceField.java | 16 +- .../resource/GridResourceInjector.java | 16 +- .../processors/resource/GridResourceIoc.java | 16 +- .../GridResourceJobContextInjector.java | 16 +- .../resource/GridResourceLoggerInjector.java | 16 +- .../resource/GridResourceMethod.java | 16 +- .../resource/GridResourceProcessor.java | 16 +- .../resource/GridResourceServiceInjector.java | 16 +- .../resource/GridResourceUtils.java | 16 +- .../resource/GridSpringResourceContext.java | 16 +- .../processors/rest/GridRestCommand.java | 16 +- .../processors/rest/GridRestProcessor.java | 16 +- .../processors/rest/GridRestProtocol.java | 16 +- .../rest/GridRestProtocolHandler.java | 16 +- .../processors/rest/GridRestResponse.java | 16 +- .../message/GridClientAbstractMessage.java | 16 +- .../GridClientAuthenticationRequest.java | 16 +- .../message/GridClientCacheQueryRequest.java | 16 +- .../message/GridClientCacheRequest.java | 16 +- .../message/GridClientGetMetaDataRequest.java | 16 +- .../message/GridClientHandshakeRequest.java | 16 +- .../GridClientHandshakeRequestWrapper.java | 16 +- .../message/GridClientHandshakeResponse.java | 16 +- .../GridClientHandshakeResponseWrapper.java | 16 +- .../client/message/GridClientLogRequest.java | 16 +- .../client/message/GridClientMessage.java | 16 +- .../message/GridClientMessageWrapper.java | 16 +- .../message/GridClientMetaDataResponse.java | 16 +- .../client/message/GridClientNodeBean.java | 16 +- .../message/GridClientNodeMetricsBean.java | 16 +- .../client/message/GridClientPingPacket.java | 16 +- .../message/GridClientPingPacketWrapper.java | 16 +- .../message/GridClientPortableMetaData.java | 16 +- .../message/GridClientPutMetaDataRequest.java | 16 +- .../client/message/GridClientResponse.java | 16 +- .../client/message/GridClientTaskRequest.java | 16 +- .../message/GridClientTaskResultBean.java | 16 +- .../message/GridClientTopologyRequest.java | 16 +- .../client/message/GridRouterRequest.java | 16 +- .../client/message/GridRouterResponse.java | 16 +- .../rest/handlers/GridRestCommandHandler.java | 16 +- .../GridRestCommandHandlerAdapter.java | 16 +- .../cache/GridCacheClientQueryResult.java | 16 +- .../cache/GridCacheCommandHandler.java | 16 +- .../cache/GridCacheQueryCommandHandler.java | 16 +- .../handlers/cache/GridCacheRestMetrics.java | 16 +- .../handlers/cache/GridCacheRestResponse.java | 16 +- .../handlers/log/GridLogCommandHandler.java | 16 +- .../metadata/GridPortableMetadataHandler.java | 16 +- .../handlers/task/GridTaskCommandHandler.java | 16 +- .../handlers/task/GridTaskResultRequest.java | 16 +- .../handlers/task/GridTaskResultResponse.java | 16 +- .../top/GridTopologyCommandHandler.java | 16 +- .../version/GridVersionCommandHandler.java | 16 +- .../protocols/GridRestProtocolAdapter.java | 16 +- .../protocols/tcp/GridClientPacketType.java | 16 +- .../protocols/tcp/GridMemcachedMessage.java | 16 +- .../tcp/GridMemcachedMessageWrapper.java | 16 +- .../tcp/GridTcpMemcachedNioListener.java | 16 +- .../tcp/GridTcpRestDirectParser.java | 16 +- .../protocols/tcp/GridTcpRestNioListener.java | 16 +- .../rest/protocols/tcp/GridTcpRestParser.java | 16 +- .../protocols/tcp/GridTcpRestProtocol.java | 16 +- .../request/GridRestCacheQueryRequest.java | 16 +- .../rest/request/GridRestCacheRequest.java | 16 +- .../rest/request/GridRestLogRequest.java | 16 +- .../GridRestPortableGetMetaDataRequest.java | 16 +- .../GridRestPortablePutMetaDataRequest.java | 16 +- .../rest/request/GridRestRequest.java | 16 +- .../rest/request/GridRestTaskRequest.java | 16 +- .../rest/request/GridRestTopologyRequest.java | 16 +- .../schedule/GridNoopScheduleProcessor.java | 16 +- .../GridScheduleProcessorAdapter.java | 16 +- .../schedule/GridScheduleStatistics.java | 16 +- .../GridSegmentationProcessor.java | 16 +- .../os/GridOsSegmentationProcessor.java | 16 +- .../service/GridServiceAssignments.java | 16 +- .../service/GridServiceAssignmentsKey.java | 16 +- .../service/GridServiceContextImpl.java | 16 +- .../service/GridServiceDeployment.java | 16 +- .../service/GridServiceDeploymentFuture.java | 16 +- .../service/GridServiceDeploymentKey.java | 16 +- .../service/GridServiceDescriptorImpl.java | 16 +- .../GridServiceMethodNotFoundException.java | 16 +- .../service/GridServiceMethodReflectKey.java | 16 +- .../service/GridServiceNotFoundException.java | 16 +- .../service/GridServiceProcessor.java | 16 +- .../processors/service/GridServiceProxy.java | 16 +- .../session/GridTaskSessionProcessor.java | 16 +- .../spring/GridSpringProcessor.java | 16 +- .../streamer/GridStreamProcessor.java | 16 +- .../streamer/GridStreamerAttributes.java | 16 +- .../streamer/GridStreamerCancelRequest.java | 16 +- .../streamer/GridStreamerContextDelegate.java | 16 +- .../streamer/GridStreamerContextImpl.java | 16 +- .../processors/streamer/GridStreamerEx.java | 16 +- .../streamer/GridStreamerExecutionBatch.java | 16 +- .../GridStreamerExecutionRequest.java | 16 +- .../processors/streamer/GridStreamerImpl.java | 16 +- .../streamer/GridStreamerMBeanAdapter.java | 16 +- .../streamer/GridStreamerMetricsAdapter.java | 16 +- .../streamer/GridStreamerMetricsHolder.java | 16 +- .../streamer/GridStreamerResponse.java | 16 +- .../GridStreamerRouteFailedException.java | 16 +- .../GridStreamerStageExecutionFuture.java | 16 +- .../GridStreamerStageMBeanAdapter.java | 16 +- .../GridStreamerStageMetricsAdapter.java | 16 +- .../GridStreamerStageMetricsHolder.java | 16 +- .../streamer/GridStreamerStageWrapper.java | 16 +- .../streamer/GridStreamerWindowIterator.java | 16 +- .../GridStreamerWindowMetricsAdapter.java | 16 +- .../GridStreamerWindowMetricsHolder.java | 16 +- .../task/GridStreamerBroadcastTask.java | 16 +- .../streamer/task/GridStreamerQueryTask.java | 16 +- .../streamer/task/GridStreamerReduceTask.java | 16 +- .../kernal/processors/task/GridInternal.java | 16 +- .../task/GridTaskEventListener.java | 16 +- .../processors/task/GridTaskProcessor.java | 16 +- .../task/GridTaskThreadContextKey.java | 16 +- .../processors/task/GridTaskWorker.java | 16 +- .../processors/timeout/GridTimeoutObject.java | 16 +- .../timeout/GridTimeoutObjectAdapter.java | 16 +- .../timeout/GridTimeoutProcessor.java | 16 +- .../version/GridVersionConverter.java | 16 +- .../version/GridVersionProcessor.java | 16 +- .../version/os/GridOsVersionProcessor.java | 16 +- .../grid/kernal/visor/cmd/VisorJob.java | 16 +- .../kernal/visor/cmd/VisorMultiNodeTask.java | 16 +- .../kernal/visor/cmd/VisorOneNodeTask.java | 16 +- .../grid/kernal/visor/cmd/VisorTaskUtils.java | 16 +- .../cmd/dto/VisorCacheAggregatedMetrics.java | 16 +- .../visor/cmd/dto/VisorCacheMetrics.java | 16 +- .../dto/VisorCacheQueryAggregatedMetrics.java | 16 +- .../visor/cmd/dto/VisorCacheQueryMetrics.java | 16 +- .../visor/cmd/dto/VisorFieldsQueryColumn.java | 16 +- .../kernal/visor/cmd/dto/VisorGridConfig.java | 16 +- .../kernal/visor/cmd/dto/VisorLicense.java | 16 +- .../visor/cmd/dto/VisorPortableMetadata.java | 16 +- .../cmd/dto/VisorPortableMetadataField.java | 16 +- .../visor/cmd/dto/VisorQueryResult.java | 16 +- .../visor/cmd/dto/VisorQueryResult2.java | 16 +- .../visor/cmd/dto/VisorQueryResultEx.java | 16 +- .../visor/cmd/dto/VisorQueryResultEx2.java | 16 +- .../cmd/dto/cache/VisorAffinityConfig.java | 16 +- .../visor/cmd/dto/cache/VisorCacheConfig.java | 16 +- .../cmd/dto/cache/VisorDefaultConfig.java | 16 +- .../visor/cmd/dto/cache/VisorDgcConfig.java | 16 +- .../cmd/dto/cache/VisorDrReceiverConfig.java | 16 +- .../cmd/dto/cache/VisorDrSenderConfig.java | 16 +- .../cmd/dto/cache/VisorEvictionConfig.java | 16 +- .../cmd/dto/cache/VisorNearCacheConfig.java | 16 +- .../cmd/dto/cache/VisorPreloadConfig.java | 16 +- .../visor/cmd/dto/cache/VisorStoreConfig.java | 16 +- .../cmd/dto/cache/VisorWriteBehindConfig.java | 16 +- .../event/VisorGridAuthenticationEvent.java | 16 +- .../event/VisorGridAuthorizationEvent.java | 16 +- .../dto/event/VisorGridDeploymentEvent.java | 16 +- .../dto/event/VisorGridDiscoveryEvent.java | 16 +- .../visor/cmd/dto/event/VisorGridEvent.java | 16 +- .../cmd/dto/event/VisorGridEventsLost.java | 16 +- .../cmd/dto/event/VisorGridJobEvent.java | 16 +- .../cmd/dto/event/VisorGridLicenseEvent.java | 16 +- .../event/VisorGridSecuritySessionEvent.java | 16 +- .../cmd/dto/event/VisorGridTaskEvent.java | 16 +- .../visor/cmd/dto/node/VisorBasicConfig.java | 16 +- .../dto/node/VisorDrReceiverHubConfig.java | 16 +- .../cmd/dto/node/VisorDrSenderHubConfig.java | 16 +- .../VisorDrSenderHubConnectionConfig.java | 16 +- .../visor/cmd/dto/node/VisorEmailConfig.java | 16 +- .../dto/node/VisorExecutorServiceConfig.java | 16 +- .../visor/cmd/dto/node/VisorGgfsConfig.java | 16 +- .../cmd/dto/node/VisorLifecycleConfig.java | 16 +- .../cmd/dto/node/VisorMetricsConfig.java | 16 +- .../cmd/dto/node/VisorPeerToPeerConfig.java | 16 +- .../visor/cmd/dto/node/VisorRestConfig.java | 16 +- .../cmd/dto/node/VisorSegmentationConfig.java | 16 +- .../visor/cmd/dto/node/VisorSpisConfig.java | 16 +- .../cmd/dto/node/VisorStreamerConfig.java | 16 +- .../kernal/visor/cmd/tasks/VisorAckTask.java | 16 +- .../tasks/VisorCacheCollectMetricsTask.java | 16 +- .../visor/cmd/tasks/VisorCachesClearTask.java | 16 +- .../cmd/tasks/VisorCachesCompactTask.java | 16 +- .../cmd/tasks/VisorCachesSwapBackupsTask.java | 16 +- .../cmd/tasks/VisorClearQueryResultTask.java | 16 +- .../cmd/tasks/VisorConfigCollectorTask.java | 16 +- .../cmd/tasks/VisorEventsCollectTask.java | 16 +- .../kernal/visor/cmd/tasks/VisorGcTask.java | 16 +- .../cmd/tasks/VisorLicenseCollectTask.java | 16 +- .../cmd/tasks/VisorLicenseUpdateTask.java | 16 +- .../kernal/visor/cmd/tasks/VisorNopTask.java | 16 +- .../VisorPortableCollectMetadataTask.java | 16 +- .../cmd/tasks/VisorQueryCleanupTask.java | 16 +- .../cmd/tasks/VisorQueryNextPageTask.java | 16 +- .../cmd/tasks/VisorQueryNextPageTask2.java | 16 +- .../visor/cmd/tasks/VisorQueryTask.java | 16 +- .../visor/cmd/tasks/VisorQueryTask2.java | 16 +- .../visor/cmd/tasks/VisorQueryUtils.java | 16 +- .../kernal/visor/gui/VisorTaskUtilsEnt.java | 16 +- .../grid/kernal/visor/gui/dto/VisorCache.java | 16 +- .../visor/gui/dto/VisorCacheMetrics.java | 16 +- .../gui/dto/VisorComputeMonitoringHolder.java | 16 +- .../grid/kernal/visor/gui/dto/VisorDr.java | 16 +- .../gui/dto/VisorDrReceiverCacheMetrics.java | 16 +- .../gui/dto/VisorDrReceiverHubInMetrics.java | 16 +- .../gui/dto/VisorDrReceiverHubOutMetrics.java | 16 +- .../gui/dto/VisorDrSenderCacheMetrics.java | 16 +- .../gui/dto/VisorDrSenderHubInMetrics.java | 16 +- .../gui/dto/VisorDrSenderHubOutMetrics.java | 16 +- .../kernal/visor/gui/dto/VisorFileBlock.java | 16 +- .../grid/kernal/visor/gui/dto/VisorGgfs.java | 16 +- .../visor/gui/dto/VisorGgfsEndpoint.java | 16 +- .../visor/gui/dto/VisorGgfsMetrics.java | 16 +- .../visor/gui/dto/VisorGgfsProfiler.java | 16 +- .../visor/gui/dto/VisorGgfsProfilerEntry.java | 16 +- .../VisorGgfsProfilerUniformityCounters.java | 16 +- .../kernal/visor/gui/dto/VisorLogFile.java | 16 +- .../visor/gui/dto/VisorLogSearchResult.java | 16 +- .../kernal/visor/gui/dto/VisorStreamer.java | 16 +- .../visor/gui/dto/VisorStreamerMetrics.java | 16 +- .../gui/dto/VisorStreamerStageMetrics.java | 16 +- .../kernal/visor/gui/dto/VisorThreadInfo.java | 16 +- .../visor/gui/dto/VisorThreadLockInfo.java | 16 +- .../visor/gui/dto/VisorThreadMonitorInfo.java | 16 +- .../gui/tasks/VisorCacheMetadataTask.java | 16 +- .../gui/tasks/VisorCacheResetMetricsTask.java | 16 +- .../visor/gui/tasks/VisorCachesLoadTask.java | 16 +- .../gui/tasks/VisorCachesPreloadTask.java | 16 +- .../tasks/VisorComputeCancelSessionsTask.java | 16 +- .../tasks/VisorComputeResetMetricsTask.java | 16 +- .../VisorComputeToggleMonitoringTask.java | 16 +- .../gui/tasks/VisorDataCollectorTask.java | 16 +- .../visor/gui/tasks/VisorDebugTask.java | 16 +- .../gui/tasks/VisorDrResetMetricsTask.java | 16 +- .../VisorDrSenderCacheBootstrapTask.java | 16 +- ...SenderCacheChangeReplicationStateTask.java | 16 +- .../visor/gui/tasks/VisorDumpThreadTask.java | 16 +- .../visor/gui/tasks/VisorFileBlockTask.java | 16 +- .../visor/gui/tasks/VisorGgfsFormatTask.java | 16 +- .../gui/tasks/VisorGgfsProfilerClearTask.java | 16 +- .../gui/tasks/VisorGgfsProfilerTask.java | 16 +- .../gui/tasks/VisorGgfsResetMetricsTask.java | 16 +- .../gui/tasks/VisorGgfsSamplingStateTask.java | 16 +- .../visor/gui/tasks/VisorGgfsTaskUtils.java | 16 +- .../gui/tasks/VisorLatestTextFilesTask.java | 16 +- .../gui/tasks/VisorLatestVersionTask.java | 16 +- .../visor/gui/tasks/VisorLogSearchTask.java | 16 +- .../gui/tasks/VisorNodesRestartTask.java | 16 +- .../visor/gui/tasks/VisorNodesStopTask.java | 16 +- .../kernal/visor/gui/tasks/VisorPingTask.java | 16 +- .../gui/tasks/VisorResolveHostNameTask.java | 16 +- .../gui/tasks/VisorSecurityCollectorTask.java | 16 +- .../tasks/VisorStreamerMetricsResetTask.java | 16 +- .../gui/tasks/VisorStreamerResetTask.java | 16 +- .../org/gridgain/grid/lang/GridBiClosure.java | 16 +- .../gridgain/grid/lang/GridBiInClosure.java | 16 +- .../gridgain/grid/lang/GridBiPredicate.java | 16 +- .../org/gridgain/grid/lang/GridBiTuple.java | 16 +- .../org/gridgain/grid/lang/GridCallable.java | 16 +- .../org/gridgain/grid/lang/GridClosure.java | 16 +- .../org/gridgain/grid/lang/GridInClosure.java | 16 +- .../gridgain/grid/lang/GridOutClosure.java | 16 +- .../org/gridgain/grid/lang/GridPredicate.java | 16 +- .../org/gridgain/grid/lang/GridReducer.java | 16 +- .../org/gridgain/grid/lang/GridRunnable.java | 16 +- .../org/gridgain/grid/logger/GridLogger.java | 16 +- .../grid/logger/GridLoggerNodeIdAware.java | 16 +- .../gridgain/grid/logger/GridNullLogger.java | 16 +- .../grid/logger/java/GridJavaLogger.java | 16 +- .../java/GridJavaLoggerFileHandler.java | 16 +- .../logger/java/GridJavaLoggerFormatter.java | 16 +- .../marshaller/GridAbstractMarshaller.java | 16 +- .../grid/marshaller/GridMarshaller.java | 16 +- .../marshaller/GridMarshallerExclusions.java | 16 +- .../marshaller/jdk/GridJdkMarshaller.java | 16 +- .../GridJdkMarshallerDummySerializable.java | 16 +- .../GridJdkMarshallerInputStreamWrapper.java | 16 +- .../GridJdkMarshallerObjectInputStream.java | 16 +- .../GridJdkMarshallerObjectOutputStream.java | 16 +- .../GridJdkMarshallerOutputStreamWrapper.java | 16 +- .../GridOptimizedClassDescriptor.java | 16 +- .../optimized/GridOptimizedClassResolver.java | 16 +- .../optimized/GridOptimizedFieldType.java | 16 +- .../optimized/GridOptimizedMarshallable.java | 16 +- .../optimized/GridOptimizedMarshaller.java | 16 +- .../GridOptimizedMarshallerUtils.java | 16 +- .../GridOptimizedObjectInputStream.java | 16 +- .../GridOptimizedObjectOutputStream.java | 16 +- .../GridOptimizedObjectStreamRegistry.java | 16 +- .../grid/messaging/GridMessaging.java | 16 +- .../messaging/GridMessagingListenActor.java | 16 +- .../grid/portables/GridPortableBuilder.java | 16 +- .../portables/GridPortableConfiguration.java | 16 +- .../grid/portables/GridPortableException.java | 16 +- .../grid/portables/GridPortableIdMapper.java | 16 +- .../GridPortableInvalidClassException.java | 16 +- .../portables/GridPortableMarshalAware.java | 16 +- .../grid/portables/GridPortableMetadata.java | 16 +- .../grid/portables/GridPortableObject.java | 16 +- .../grid/portables/GridPortableRawReader.java | 16 +- .../grid/portables/GridPortableRawWriter.java | 16 +- .../grid/portables/GridPortableReader.java | 16 +- .../portables/GridPortableSerializer.java | 16 +- .../GridPortableTypeConfiguration.java | 16 +- .../grid/portables/GridPortableWriter.java | 16 +- .../grid/portables/GridPortables.java | 16 +- .../gridgain/grid/product/GridProduct.java | 16 +- .../grid/product/GridProductLicense.java | 16 +- .../product/GridProductLicenseException.java | 16 +- .../grid/product/GridProductVersion.java | 16 +- .../GridAddressResolverResource.java | 16 +- .../grid/resources/GridCacheNameResource.java | 16 +- .../GridExecutorServiceResource.java | 16 +- .../grid/resources/GridHomeResource.java | 16 +- .../grid/resources/GridInstanceResource.java | 16 +- .../resources/GridJobContextResource.java | 16 +- .../resources/GridLoadBalancerResource.java | 16 +- .../grid/resources/GridLocalHostResource.java | 16 +- .../resources/GridLocalNodeIdResource.java | 16 +- .../grid/resources/GridLoggerResource.java | 16 +- .../resources/GridMBeanServerResource.java | 16 +- .../resources/GridMarshallerResource.java | 16 +- .../grid/resources/GridNameResource.java | 16 +- .../grid/resources/GridServiceResource.java | 16 +- .../GridSpringApplicationContextResource.java | 16 +- .../grid/resources/GridSpringResource.java | 16 +- .../GridTaskContinuousMapperResource.java | 16 +- .../resources/GridTaskSessionResource.java | 16 +- .../grid/resources/GridUserResource.java | 16 +- .../resources/GridUserResourceOnDeployed.java | 16 +- .../GridUserResourceOnUndeployed.java | 16 +- .../grid/scheduler/GridScheduler.java | 16 +- .../grid/scheduler/GridSchedulerFuture.java | 16 +- .../gridgain/grid/security/GridSecurity.java | 16 +- .../security/GridSecurityCredentials.java | 16 +- .../GridSecurityCredentialsBasicProvider.java | 16 +- .../GridSecurityCredentialsProvider.java | 16 +- .../grid/security/GridSecurityException.java | 16 +- .../grid/security/GridSecurityPermission.java | 16 +- .../security/GridSecurityPermissionSet.java | 16 +- .../grid/security/GridSecuritySubject.java | 16 +- .../security/GridSecuritySubjectType.java | 16 +- .../segmentation/GridSegmentationPolicy.java | 16 +- .../GridSegmentationResolver.java | 16 +- .../gridgain/grid/service/GridService.java | 16 +- .../service/GridServiceConfiguration.java | 16 +- .../grid/service/GridServiceContext.java | 16 +- .../grid/service/GridServiceDescriptor.java | 16 +- .../gridgain/grid/service/GridServices.java | 16 +- .../GridHashIdResolversValidationResult.java | 16 +- .../grid/spi/GridNodeValidationResult.java | 16 +- .../gridgain/grid/spi/GridPortProtocol.java | 16 +- .../java/org/gridgain/grid/spi/GridSpi.java | 16 +- .../org/gridgain/grid/spi/GridSpiAdapter.java | 16 +- .../grid/spi/GridSpiCloseableIterator.java | 16 +- .../grid/spi/GridSpiConfiguration.java | 16 +- .../grid/spi/GridSpiConsistencyChecked.java | 16 +- .../org/gridgain/grid/spi/GridSpiContext.java | 16 +- .../gridgain/grid/spi/GridSpiException.java | 16 +- .../org/gridgain/grid/spi/GridSpiInfo.java | 16 +- .../grid/spi/GridSpiManagementMBean.java | 16 +- .../grid/spi/GridSpiMultiException.java | 16 +- .../spi/GridSpiMultipleInstancesSupport.java | 16 +- .../org/gridgain/grid/spi/GridSpiNoop.java | 16 +- .../org/gridgain/grid/spi/GridSpiThread.java | 16 +- .../grid/spi/GridSpiThreadFactory.java | 16 +- .../spi/GridSpiVersionCheckException.java | 16 +- .../GridAuthenticationAclProvider.java | 16 +- .../GridAuthenticationContext.java | 16 +- .../GridAuthenticationContextAdapter.java | 16 +- .../authentication/GridAuthenticationSpi.java | 16 +- .../noop/GridNoopAuthenticationSpi.java | 16 +- .../noop/GridNoopAuthenticationSpiMBean.java | 16 +- .../checkpoint/GridCheckpointListener.java | 16 +- .../spi/checkpoint/GridCheckpointSpi.java | 16 +- .../jdbc/GridJdbcCheckpointSpi.java | 16 +- .../jdbc/GridJdbcCheckpointSpiMBean.java | 16 +- .../noop/GridNoopCheckpointSpi.java | 16 +- .../sharedfs/GridSharedFsCheckpointData.java | 16 +- .../sharedfs/GridSharedFsCheckpointSpi.java | 16 +- .../GridSharedFsCheckpointSpiMBean.java | 16 +- .../sharedfs/GridSharedFsTimeData.java | 16 +- .../sharedfs/GridSharedFsTimeoutTask.java | 16 +- .../sharedfs/GridSharedFsUtils.java | 16 +- .../spi/collision/GridCollisionContext.java | 16 +- .../GridCollisionExternalListener.java | 16 +- .../collision/GridCollisionJobContext.java | 16 +- .../grid/spi/collision/GridCollisionSpi.java | 16 +- .../fifoqueue/GridFifoQueueCollisionSpi.java | 16 +- .../GridFifoQueueCollisionSpiMBean.java | 16 +- .../GridJobStealingCollisionSpi.java | 16 +- .../GridJobStealingCollisionSpiMBean.java | 16 +- .../jobstealing/GridJobStealingDisabled.java | 16 +- .../jobstealing/GridJobStealingRequest.java | 16 +- .../collision/noop/GridNoopCollisionSpi.java | 16 +- .../GridPriorityQueueCollisionSpi.java | 16 +- .../GridPriorityQueueCollisionSpiMBean.java | 16 +- .../GridCommunicationListener.java | 16 +- .../communication/GridCommunicationSpi.java | 16 +- .../tcp/GridTcpCommunicationSpi.java | 16 +- .../deployment/GridDeploymentListener.java | 16 +- .../deployment/GridDeploymentResource.java | 16 +- .../GridDeploymentResourceAdapter.java | 16 +- .../spi/deployment/GridDeploymentSpi.java | 16 +- .../GridIgnoreIfPeerClassLoadingDisabled.java | 16 +- .../local/GridLocalDeploymentSpi.java | 16 +- .../local/GridLocalDeploymentSpiMBean.java | 16 +- .../GridDiscoveryMetricsAdapter.java | 16 +- .../discovery/GridDiscoveryMetricsHelper.java | 16 +- .../GridDiscoveryMetricsProvider.java | 16 +- .../grid/spi/discovery/GridDiscoverySpi.java | 16 +- .../GridDiscoverySpiDataExchange.java | 16 +- .../GridDiscoverySpiHistorySupport.java | 16 +- .../discovery/GridDiscoverySpiListener.java | 16 +- .../GridDiscoverySpiNodeAuthenticator.java | 16 +- .../GridDiscoverySpiOrderSupport.java | 16 +- .../GridDiscoverySpiReconnectSupport.java | 16 +- .../discovery/tcp/GridTcpDiscoverySpi.java | 16 +- .../tcp/GridTcpDiscoverySpiMBean.java | 16 +- .../tcp/internal/GridTcpDiscoveryNode.java | 16 +- .../internal/GridTcpDiscoveryNodesRing.java | 16 +- .../internal/GridTcpDiscoverySpiState.java | 16 +- .../internal/GridTcpDiscoveryStatistics.java | 16 +- .../ipfinder/GridTcpDiscoveryIpFinder.java | 16 +- .../GridTcpDiscoveryIpFinderAdapter.java | 16 +- .../jdbc/GridTcpDiscoveryJdbcIpFinder.java | 16 +- .../GridTcpDiscoveryMulticastIpFinder.java | 16 +- .../GridTcpDiscoverySharedFsIpFinder.java | 16 +- .../vm/GridTcpDiscoveryVmIpFinder.java | 16 +- .../GridTcpDiscoveryAbstractMessage.java | 16 +- .../GridTcpDiscoveryAuthFailedMessage.java | 16 +- .../GridTcpDiscoveryCheckFailedMessage.java | 16 +- .../GridTcpDiscoveryDiscardMessage.java | 16 +- .../GridTcpDiscoveryDuplicateIdMessage.java | 16 +- .../GridTcpDiscoveryEnsureDelivery.java | 16 +- .../GridTcpDiscoveryHandshakeRequest.java | 16 +- .../GridTcpDiscoveryHandshakeResponse.java | 16 +- .../GridTcpDiscoveryHeartbeatMessage.java | 16 +- .../GridTcpDiscoveryJoinRequestMessage.java | 16 +- ...ridTcpDiscoveryLoopbackProblemMessage.java | 16 +- ...ridTcpDiscoveryNodeAddFinishedMessage.java | 16 +- .../GridTcpDiscoveryNodeAddedMessage.java | 16 +- .../GridTcpDiscoveryNodeFailedMessage.java | 16 +- .../GridTcpDiscoveryNodeLeftMessage.java | 16 +- .../GridTcpDiscoveryStatusCheckMessage.java | 16 +- .../GridTcpDiscoveryMetricsStore.java | 16 +- .../GridTcpDiscoveryMetricsStoreAdapter.java | 16 +- .../GridTcpDiscoveryJdbcMetricsStore.java | 16 +- .../GridTcpDiscoverySharedFsMetricsStore.java | 16 +- .../vm/GridTcpDiscoveryVmMetricsStore.java | 16 +- .../spi/eventstorage/GridEventStorageSpi.java | 16 +- .../memory/GridMemoryEventStorageSpi.java | 16 +- .../GridMemoryEventStorageSpiMBean.java | 16 +- .../spi/failover/GridFailoverContext.java | 16 +- .../grid/spi/failover/GridFailoverSpi.java | 16 +- .../always/GridAlwaysFailoverSpi.java | 16 +- .../always/GridAlwaysFailoverSpiMBean.java | 16 +- .../GridJobStealingFailoverSpi.java | 16 +- .../GridJobStealingFailoverSpiMBean.java | 16 +- .../failover/never/GridNeverFailoverSpi.java | 16 +- .../never/GridNeverFailoverSpiMBean.java | 16 +- .../spi/indexing/GridIndexDescriptor.java | 16 +- .../grid/spi/indexing/GridIndexType.java | 16 +- .../grid/spi/indexing/GridIndexingEntity.java | 16 +- .../indexing/GridIndexingEntityAdapter.java | 16 +- .../indexing/GridIndexingFieldMetadata.java | 16 +- .../indexing/GridIndexingFieldsResult.java | 16 +- .../GridIndexingFieldsResultAdapter.java | 16 +- .../spi/indexing/GridIndexingKeyValueRow.java | 16 +- .../GridIndexingKeyValueRowAdapter.java | 16 +- .../spi/indexing/GridIndexingMarshaller.java | 16 +- .../spi/indexing/GridIndexingQueryFilter.java | 16 +- .../grid/spi/indexing/GridIndexingSpi.java | 16 +- .../indexing/GridIndexingTypeDescriptor.java | 16 +- .../spi/indexing/GridNoopIndexingSpi.java | 16 +- .../loadbalancing/GridLoadBalancingSpi.java | 16 +- .../adaptive/GridAdaptiveCpuLoadProbe.java | 16 +- .../GridAdaptiveJobCountLoadProbe.java | 16 +- .../GridAdaptiveLoadBalancingSpi.java | 16 +- .../GridAdaptiveLoadBalancingSpiMBean.java | 16 +- .../adaptive/GridAdaptiveLoadProbe.java | 16 +- .../GridAdaptiveProcessingTimeLoadProbe.java | 16 +- .../GridRoundRobinGlobalLoadBalancer.java | 16 +- .../GridRoundRobinLoadBalancingSpi.java | 16 +- .../GridRoundRobinLoadBalancingSpiMBean.java | 16 +- .../GridRoundRobinPerTaskLoadBalancer.java | 16 +- .../GridWeightedRandomLoadBalancingSpi.java | 16 +- ...idWeightedRandomLoadBalancingSpiMBean.java | 16 +- .../securesession/GridSecureSessionSpi.java | 16 +- .../noop/GridNoopSecureSessionSpi.java | 16 +- .../noop/GridNoopSecureSessionSpiMBean.java | 16 +- .../grid/spi/swapspace/GridSwapContext.java | 16 +- .../grid/spi/swapspace/GridSwapKey.java | 16 +- .../grid/spi/swapspace/GridSwapSpaceSpi.java | 16 +- .../swapspace/GridSwapSpaceSpiListener.java | 16 +- .../spi/swapspace/file/GridFileSwapArray.java | 16 +- .../swapspace/file/GridFileSwapSpaceSpi.java | 16 +- .../file/GridFileSwapSpaceSpiMBean.java | 16 +- .../swapspace/noop/GridNoopSwapSpaceSpi.java | 16 +- .../grid/startup/cmdline/GridAboutDialog.java | 16 +- .../GridCommandLineRandomNumberGenerator.java | 16 +- .../cmdline/GridCommandLineStartup.java | 16 +- .../cmdline/GridCommandLineTransformer.java | 16 +- .../gridgain/grid/streamer/GridStreamer.java | 16 +- .../streamer/GridStreamerConfiguration.java | 16 +- .../grid/streamer/GridStreamerContext.java | 16 +- .../streamer/GridStreamerEventRouter.java | 16 +- .../GridStreamerEventRouterAdapter.java | 16 +- .../streamer/GridStreamerFailureListener.java | 16 +- .../grid/streamer/GridStreamerMBean.java | 16 +- .../grid/streamer/GridStreamerMetrics.java | 16 +- .../grid/streamer/GridStreamerStage.java | 16 +- .../grid/streamer/GridStreamerStageMBean.java | 16 +- .../streamer/GridStreamerStageMetrics.java | 16 +- .../grid/streamer/GridStreamerWindow.java | 16 +- .../streamer/GridStreamerWindowMBean.java | 16 +- .../streamer/GridStreamerWindowMetrics.java | 16 +- .../streamer/index/GridStreamerIndex.java | 16 +- .../index/GridStreamerIndexEntry.java | 16 +- .../index/GridStreamerIndexPolicy.java | 16 +- .../index/GridStreamerIndexProvider.java | 16 +- .../GridStreamerIndexProviderAdapter.java | 16 +- .../index/GridStreamerIndexProviderMBean.java | 16 +- .../index/GridStreamerIndexUpdateSync.java | 16 +- .../index/GridStreamerIndexUpdater.java | 16 +- .../hash/GridStreamerHashIndexProvider.java | 16 +- .../tree/GridStreamerTreeIndexProvider.java | 16 +- .../GridStreamerAffinityEventRouter.java | 16 +- .../GridStreamerCacheAffinityEventRouter.java | 16 +- .../router/GridStreamerLocalEventRouter.java | 16 +- .../router/GridStreamerRandomEventRouter.java | 16 +- .../GridStreamerRoundRobinEventRouter.java | 16 +- .../GridStreamerBoundedSizeBatchWindow.java | 16 +- .../GridStreamerBoundedSizeSortedWindow.java | 16 +- .../window/GridStreamerBoundedSizeWindow.java | 16 +- .../GridStreamerBoundedSizeWindowAdapter.java | 16 +- .../GridStreamerBoundedTimeBatchWindow.java | 16 +- .../window/GridStreamerBoundedTimeWindow.java | 16 +- .../window/GridStreamerUnboundedWindow.java | 16 +- .../window/GridStreamerWindowAdapter.java | 16 +- .../thread/GridStripedThreadPoolExecutor.java | 16 +- .../org/gridgain/grid/thread/GridThread.java | 16 +- .../grid/thread/GridThreadFactory.java | 16 +- .../grid/thread/GridThreadPoolExecutor.java | 16 +- .../main/java/org/gridgain/grid/util/F0.java | 16 +- .../grid/util/GridAnnotationsCache.java | 16 +- .../gridgain/grid/util/GridArgumentCheck.java | 16 +- .../grid/util/GridAtomicInitializer.java | 16 +- .../gridgain/grid/util/GridAtomicInteger.java | 16 +- .../gridgain/grid/util/GridAtomicLong.java | 16 +- .../GridBoundedConcurrentLinkedHashMap.java | 16 +- .../GridBoundedConcurrentLinkedHashSet.java | 16 +- .../util/GridBoundedConcurrentOrderedMap.java | 16 +- .../util/GridBoundedConcurrentOrderedSet.java | 16 +- .../grid/util/GridBoundedLinkedHashMap.java | 16 +- .../grid/util/GridBoundedLinkedHashSet.java | 16 +- .../org/gridgain/grid/util/GridBusyLock.java | 16 +- .../gridgain/grid/util/GridByteArrayList.java | 16 +- .../grid/util/GridCircularBuffer.java | 16 +- .../grid/util/GridClassLoaderCache.java | 16 +- .../grid/util/GridClientByteUtils.java | 16 +- .../util/GridCloseableIteratorAdapter.java | 16 +- .../util/GridCloseableIteratorAdapterEx.java | 16 +- .../gridgain/grid/util/GridCollections.java | 16 +- .../grid/util/GridConcurrentFactory.java | 16 +- .../grid/util/GridConcurrentHashSet.java | 16 +- .../util/GridConcurrentLinkedHashSet.java | 16 +- .../util/GridConcurrentPhantomHashSet.java | 16 +- .../grid/util/GridConcurrentSkipListSet.java | 16 +- .../grid/util/GridConcurrentWeakHashSet.java | 16 +- .../grid/util/GridConfigurationFinder.java | 16 +- .../grid/util/GridConsistentHash.java | 16 +- .../org/gridgain/grid/util/GridDebug.java | 16 +- .../grid/util/GridEmptyCloseableIterator.java | 16 +- .../gridgain/grid/util/GridEmptyIterator.java | 16 +- .../org/gridgain/grid/util/GridEnumCache.java | 16 +- .../grid/util/GridExecutionStatistics.java | 16 +- .../grid/util/GridFixedSizeInputStream.java | 16 +- .../gridgain/grid/util/GridHandleTable.java | 16 +- .../grid/util/GridIdentityHashSet.java | 16 +- .../gridgain/grid/util/GridJavaProcess.java | 16 +- .../org/gridgain/grid/util/GridKeyLock.java | 16 +- .../org/gridgain/grid/util/GridLeanMap.java | 16 +- .../org/gridgain/grid/util/GridLeanSet.java | 16 +- .../org/gridgain/grid/util/GridListSet.java | 16 +- .../gridgain/grid/util/GridLogThrottle.java | 16 +- .../org/gridgain/grid/util/GridLongList.java | 16 +- .../org/gridgain/grid/util/GridMutex.java | 16 +- .../org/gridgain/grid/util/GridQueue.java | 16 +- .../org/gridgain/grid/util/GridRandom.java | 16 +- .../grid/util/GridReflectionCache.java | 16 +- .../grid/util/GridSerializableCollection.java | 16 +- .../grid/util/GridSerializableFuture.java | 16 +- .../grid/util/GridSerializableIterable.java | 16 +- .../grid/util/GridSerializableIterator.java | 16 +- .../grid/util/GridSerializableList.java | 16 +- .../grid/util/GridSerializableMap.java | 16 +- .../grid/util/GridSerializableSet.java | 16 +- .../gridgain/grid/util/GridSetWrapper.java | 16 +- .../gridgain/grid/util/GridSnapshotLock.java | 16 +- .../util/GridSpiCloseableIteratorWrapper.java | 16 +- .../gridgain/grid/util/GridSpinBusyLock.java | 16 +- .../grid/util/GridSpinReadWriteLock.java | 16 +- .../gridgain/grid/util/GridStringBuilder.java | 16 +- .../grid/util/GridStringBuilderFactory.java | 16 +- .../grid/util/GridSynchronizedMap.java | 16 +- .../gridgain/grid/util/GridThreadLocal.java | 16 +- .../gridgain/grid/util/GridThreadLocalEx.java | 16 +- .../org/gridgain/grid/util/GridTimer.java | 16 +- .../org/gridgain/grid/util/GridTimerTask.java | 16 +- .../org/gridgain/grid/util/GridUnsafe.java | 16 +- .../org/gridgain/grid/util/GridUtils.java | 16 +- .../org/gridgain/grid/util/GridUuidCache.java | 16 +- .../GridTcpCommunicationMessageAdapter.java | 16 +- .../GridTcpCommunicationMessageFactory.java | 16 +- .../GridTcpCommunicationMessageProducer.java | 16 +- .../GridTcpCommunicationMessageState.java | 16 +- .../grid/util/future/GridCompoundFuture.java | 16 +- .../future/GridCompoundIdentityFuture.java | 16 +- .../grid/util/future/GridEmbeddedFuture.java | 16 +- .../grid/util/future/GridFinishedFuture.java | 16 +- .../util/future/GridFinishedFutureEx.java | 16 +- .../grid/util/future/GridFutureAdapter.java | 16 +- .../grid/util/future/GridFutureAdapterEx.java | 16 +- .../util/future/GridFutureChainListener.java | 16 +- .../util/gridify/GridifyArgumentBuilder.java | 16 +- .../grid/util/gridify/GridifyJobAdapter.java | 16 +- .../util/gridify/GridifyRangeArgument.java | 16 +- .../grid/util/gridify/GridifyUtils.java | 16 +- .../util/io/GridByteArrayInputStream.java | 16 +- .../util/io/GridByteArrayOutputStream.java | 16 +- .../gridgain/grid/util/io/GridDataInput.java | 16 +- .../gridgain/grid/util/io/GridDataOutput.java | 16 +- .../grid/util/io/GridUnsafeDataInput.java | 16 +- .../grid/util/io/GridUnsafeDataOutput.java | 16 +- .../grid/util/ipc/GridIpcEndpoint.java | 16 +- .../ipc/GridIpcEndpointBindException.java | 16 +- .../grid/util/ipc/GridIpcEndpointFactory.java | 16 +- .../grid/util/ipc/GridIpcEndpointType.java | 16 +- .../grid/util/ipc/GridIpcServerEndpoint.java | 16 +- .../GridIpcServerEndpointDeserializer.java | 16 +- .../grid/util/ipc/GridIpcToNioAdapter.java | 16 +- .../loopback/GridIpcClientTcpEndpoint.java | 16 +- .../loopback/GridIpcServerTcpEndpoint.java | 16 +- .../GridIpcOutOfSystemResourcesException.java | 16 +- .../GridIpcSharedMemoryClientEndpoint.java | 16 +- .../shmem/GridIpcSharedMemoryInitRequest.java | 16 +- .../GridIpcSharedMemoryInitResponse.java | 16 +- .../shmem/GridIpcSharedMemoryInputStream.java | 16 +- .../GridIpcSharedMemoryNativeLoader.java | 16 +- ...haredMemoryOperationTimedoutException.java | 16 +- .../GridIpcSharedMemoryOutputStream.java | 16 +- .../GridIpcSharedMemoryServerEndpoint.java | 16 +- .../ipc/shmem/GridIpcSharedMemorySpace.java | 16 +- .../ipc/shmem/GridIpcSharedMemoryUtils.java | 16 +- .../grid/util/lang/GridAbsClosure.java | 16 +- .../grid/util/lang/GridAbsClosureX.java | 16 +- .../grid/util/lang/GridAbsPredicate.java | 16 +- .../grid/util/lang/GridAbsPredicateX.java | 16 +- .../grid/util/lang/GridCloseableIterator.java | 16 +- .../grid/util/lang/GridClosure2X.java | 16 +- .../gridgain/grid/util/lang/GridClosure3.java | 16 +- .../grid/util/lang/GridClosure3X.java | 16 +- .../grid/util/lang/GridClosureException.java | 16 +- .../gridgain/grid/util/lang/GridClosureX.java | 16 +- .../grid/util/lang/GridComputeJobWrapper.java | 16 +- .../grid/util/lang/GridFilteredIterator.java | 16 +- .../org/gridgain/grid/util/lang/GridFunc.java | 16 +- .../grid/util/lang/GridInClosure2X.java | 16 +- .../grid/util/lang/GridInClosure3.java | 16 +- .../grid/util/lang/GridInClosure3X.java | 16 +- .../grid/util/lang/GridInClosureX.java | 16 +- .../gridgain/grid/util/lang/GridIterable.java | 16 +- .../grid/util/lang/GridIterableAdapter.java | 16 +- .../gridgain/grid/util/lang/GridIterator.java | 16 +- .../grid/util/lang/GridIteratorAdapter.java | 16 +- .../gridgain/grid/util/lang/GridMapEntry.java | 16 +- .../util/lang/GridMetadataAwareAdapter.java | 16 +- .../grid/util/lang/GridNodePredicate.java | 16 +- .../grid/util/lang/GridOutClosureX.java | 16 +- .../org/gridgain/grid/util/lang/GridPair.java | 16 +- .../grid/util/lang/GridPeerDeployAware.java | 16 +- .../util/lang/GridPeerDeployAwareAdapter.java | 16 +- .../grid/util/lang/GridPlainAbsClosure.java | 16 +- .../grid/util/lang/GridPlainCallable.java | 16 +- .../grid/util/lang/GridPlainClosure.java | 16 +- .../grid/util/lang/GridPlainClosure2.java | 16 +- .../grid/util/lang/GridPlainFuture.java | 16 +- .../util/lang/GridPlainFutureAdapter.java | 16 +- .../grid/util/lang/GridPlainInClosure.java | 16 +- .../grid/util/lang/GridPlainOutClosure.java | 16 +- .../grid/util/lang/GridPlainRunnable.java | 16 +- .../grid/util/lang/GridPredicate2X.java | 16 +- .../grid/util/lang/GridPredicate3.java | 16 +- .../grid/util/lang/GridPredicate3X.java | 16 +- .../grid/util/lang/GridPredicateX.java | 16 +- .../gridgain/grid/util/lang/GridReducer2.java | 16 +- .../grid/util/lang/GridReducer2X.java | 16 +- .../gridgain/grid/util/lang/GridReducer3.java | 16 +- .../grid/util/lang/GridReducer3X.java | 16 +- .../gridgain/grid/util/lang/GridReducerX.java | 16 +- .../gridgain/grid/util/lang/GridTriple.java | 16 +- .../gridgain/grid/util/lang/GridTuple.java | 16 +- .../gridgain/grid/util/lang/GridTuple3.java | 16 +- .../gridgain/grid/util/lang/GridTuple4.java | 16 +- .../gridgain/grid/util/lang/GridTuple5.java | 16 +- .../gridgain/grid/util/lang/GridTuple6.java | 16 +- .../gridgain/grid/util/lang/GridTupleV.java | 16 +- .../grid/util/mbean/GridMBeanDescription.java | 16 +- .../GridMBeanParametersDescriptions.java | 16 +- .../util/mbean/GridMBeanParametersNames.java | 16 +- .../grid/util/mbean/GridStandardMBean.java | 16 +- .../nio/GridAbstractCommunicationClient.java | 16 +- .../grid/util/nio/GridBufferedParser.java | 16 +- .../util/nio/GridCommunicationClient.java | 16 +- .../nio/GridConnectionBytesVerifyFilter.java | 16 +- .../grid/util/nio/GridDirectParser.java | 16 +- .../util/nio/GridNioAsyncNotifyFilter.java | 16 +- .../util/nio/GridNioBackPressureControl.java | 16 +- .../grid/util/nio/GridNioCodecFilter.java | 16 +- .../grid/util/nio/GridNioEmbeddedFuture.java | 16 +- .../grid/util/nio/GridNioException.java | 16 +- .../gridgain/grid/util/nio/GridNioFilter.java | 16 +- .../grid/util/nio/GridNioFilterAdapter.java | 16 +- .../grid/util/nio/GridNioFilterChain.java | 16 +- .../grid/util/nio/GridNioFinishedFuture.java | 16 +- .../gridgain/grid/util/nio/GridNioFuture.java | 16 +- .../grid/util/nio/GridNioFutureImpl.java | 16 +- .../grid/util/nio/GridNioMessageReader.java | 16 +- .../grid/util/nio/GridNioMessageTracker.java | 16 +- .../grid/util/nio/GridNioMessageWriter.java | 16 +- .../grid/util/nio/GridNioMetricsListener.java | 16 +- .../gridgain/grid/util/nio/GridNioParser.java | 16 +- .../util/nio/GridNioRecoveryDescriptor.java | 16 +- .../gridgain/grid/util/nio/GridNioServer.java | 16 +- .../grid/util/nio/GridNioServerBuffer.java | 16 +- .../grid/util/nio/GridNioServerListener.java | 16 +- .../nio/GridNioServerListenerAdapter.java | 16 +- .../grid/util/nio/GridNioSession.java | 16 +- .../grid/util/nio/GridNioSessionImpl.java | 16 +- .../grid/util/nio/GridNioSessionMetaKey.java | 16 +- .../util/nio/GridSelectorNioSessionImpl.java | 16 +- .../nio/GridShmemCommunicationClient.java | 16 +- .../util/nio/GridTcpCommunicationClient.java | 16 +- .../nio/GridTcpNioCommunicationClient.java | 16 +- .../grid/util/nio/ssl/GridNioSslFilter.java | 16 +- .../grid/util/nio/ssl/GridNioSslHandler.java | 16 +- .../grid/util/nodestart/GridNodeCallable.java | 16 +- .../util/nodestart/GridNodeStartUtils.java | 16 +- .../GridRemoteStartSpecification.java | 16 +- .../grid/util/nodestart/GridSshProcessor.java | 16 +- .../grid/util/offheap/GridOffHeapEvent.java | 16 +- .../offheap/GridOffHeapEventListener.java | 16 +- .../offheap/GridOffHeapEvictListener.java | 16 +- .../grid/util/offheap/GridOffHeapMap.java | 16 +- .../util/offheap/GridOffHeapMapFactory.java | 16 +- .../GridOffHeapOutOfMemoryException.java | 16 +- .../offheap/GridOffHeapPartitionedMap.java | 16 +- .../unsafe/GridOffHeapSmartPointer.java | 16 +- .../GridOffHeapSmartPointerFactory.java | 16 +- .../unsafe/GridOffHeapSnapTreeMap.java | 16 +- .../unsafe/GridUnsafeCompoundMemory.java | 16 +- .../util/offheap/unsafe/GridUnsafeGuard.java | 16 +- .../util/offheap/unsafe/GridUnsafeLru.java | 16 +- .../offheap/unsafe/GridUnsafeLruPoller.java | 16 +- .../util/offheap/unsafe/GridUnsafeMap.java | 16 +- .../util/offheap/unsafe/GridUnsafeMemory.java | 16 +- .../unsafe/GridUnsafePartitionedMap.java | 16 +- .../portable/GridPortableRawReaderEx.java | 16 +- .../portable/GridPortableRawWriterEx.java | 16 +- .../util/portscanner/GridJmxPortFinder.java | 16 +- .../org/gridgain/grid/util/scala/impl.java | 16 +- .../grid/util/test/GridTestPrintStream.java | 16 +- .../util/test/GridTestPrintStreamFactory.java | 16 +- .../util/tostring/GridToStringBuilder.java | 16 +- .../tostring/GridToStringClassDescriptor.java | 16 +- .../util/tostring/GridToStringExclude.java | 16 +- .../tostring/GridToStringFieldDescriptor.java | 16 +- .../util/tostring/GridToStringInclude.java | 16 +- .../grid/util/tostring/GridToStringOrder.java | 16 +- .../tostring/GridToStringThreadLocal.java | 16 +- .../org/gridgain/grid/util/typedef/C1.java | 16 +- .../org/gridgain/grid/util/typedef/C2.java | 16 +- .../org/gridgain/grid/util/typedef/C3.java | 16 +- .../org/gridgain/grid/util/typedef/CA.java | 16 +- .../org/gridgain/grid/util/typedef/CAX.java | 16 +- .../org/gridgain/grid/util/typedef/CI1.java | 16 +- .../org/gridgain/grid/util/typedef/CI2.java | 16 +- .../org/gridgain/grid/util/typedef/CI3.java | 16 +- .../org/gridgain/grid/util/typedef/CIX1.java | 16 +- .../org/gridgain/grid/util/typedef/CIX2.java | 16 +- .../org/gridgain/grid/util/typedef/CIX3.java | 16 +- .../org/gridgain/grid/util/typedef/CO.java | 16 +- .../org/gridgain/grid/util/typedef/COX.java | 16 +- .../org/gridgain/grid/util/typedef/CX1.java | 16 +- .../org/gridgain/grid/util/typedef/CX2.java | 16 +- .../org/gridgain/grid/util/typedef/CX3.java | 16 +- .../org/gridgain/grid/util/typedef/F.java | 16 +- .../org/gridgain/grid/util/typedef/G.java | 16 +- .../org/gridgain/grid/util/typedef/P1.java | 16 +- .../org/gridgain/grid/util/typedef/P2.java | 16 +- .../org/gridgain/grid/util/typedef/P3.java | 16 +- .../org/gridgain/grid/util/typedef/PA.java | 16 +- .../org/gridgain/grid/util/typedef/PAX.java | 16 +- .../org/gridgain/grid/util/typedef/PCE.java | 16 +- .../org/gridgain/grid/util/typedef/PE.java | 16 +- .../org/gridgain/grid/util/typedef/PKV.java | 16 +- .../org/gridgain/grid/util/typedef/PN.java | 16 +- .../org/gridgain/grid/util/typedef/PX1.java | 16 +- .../org/gridgain/grid/util/typedef/PX2.java | 16 +- .../org/gridgain/grid/util/typedef/PX3.java | 16 +- .../org/gridgain/grid/util/typedef/R1.java | 16 +- .../org/gridgain/grid/util/typedef/R2.java | 16 +- .../org/gridgain/grid/util/typedef/R3.java | 16 +- .../org/gridgain/grid/util/typedef/RX1.java | 16 +- .../org/gridgain/grid/util/typedef/RX2.java | 16 +- .../org/gridgain/grid/util/typedef/RX3.java | 16 +- .../org/gridgain/grid/util/typedef/T1.java | 16 +- .../org/gridgain/grid/util/typedef/T2.java | 16 +- .../org/gridgain/grid/util/typedef/T3.java | 16 +- .../org/gridgain/grid/util/typedef/T4.java | 16 +- .../org/gridgain/grid/util/typedef/T5.java | 16 +- .../org/gridgain/grid/util/typedef/T6.java | 16 +- .../org/gridgain/grid/util/typedef/X.java | 16 +- .../grid/util/typedef/internal/A.java | 16 +- .../grid/util/typedef/internal/CU.java | 16 +- .../grid/util/typedef/internal/D.java | 16 +- .../grid/util/typedef/internal/GPC.java | 16 +- .../grid/util/typedef/internal/GPR.java | 16 +- .../grid/util/typedef/internal/LT.java | 16 +- .../grid/util/typedef/internal/S.java | 16 +- .../grid/util/typedef/internal/SB.java | 16 +- .../grid/util/typedef/internal/U.java | 16 +- .../gridgain/grid/util/worker/GridWorker.java | 16 +- .../grid/util/worker/GridWorkerFuture.java | 16 +- .../grid/util/worker/GridWorkerListener.java | 16 +- .../worker/GridWorkerListenerAdapter.java | 16 +- .../grid/util/worker/GridWorkerPool.java | 16 +- .../org/gridgain/jdbc/GridJdbcConnection.java | 16 +- .../gridgain/jdbc/GridJdbcConnectionInfo.java | 16 +- .../jdbc/GridJdbcDatabaseMetadata.java | 16 +- .../org/gridgain/jdbc/GridJdbcDriver.java | 16 +- .../jdbc/GridJdbcPreparedStatement.java | 16 +- .../org/gridgain/jdbc/GridJdbcResultSet.java | 16 +- .../jdbc/GridJdbcResultSetMetadata.java | 16 +- .../org/gridgain/jdbc/GridJdbcStatement.java | 16 +- .../java/org/gridgain/jdbc/typedef/JU.java | 16 +- .../org/gridgain/jdbc/util/GridJdbcUtils.java | 16 +- .../src/main/resources/gridgain.properties | 8 +- .../core/src/test/bin/start-nodes-custom.bat | 15 +- .../core/src/test/bin/start-nodes-custom.sh | 15 +- .../test/config/aop/aspectj/META-INF/aop.xml | 16 +- .../config/aop/jboss/jboss-gridgain-aop.xml | 16 +- .../spring-cache-client-benchmark-1.xml | 16 +- .../spring-cache-client-benchmark-2.xml | 16 +- .../spring-cache-client-benchmark-3.xml | 16 +- .../config/default-spring-url-testing.xml | 16 +- .../core/src/test/config/discovery-stress.xml | 16 +- .../core/src/test/config/example-cache.xml | 16 +- .../core/src/test/config/ggfs-loopback.xml | 16 +- .../core/src/test/config/ggfs-no-endpoint.xml | 16 +- modules/core/src/test/config/ggfs-shmem.xml | 16 +- .../src/test/config/io-manager-benchmark.xml | 16 +- .../src/test/config/load/cache-benchmark.xml | 16 +- .../config/load/cache-client-benchmark.xml | 16 +- .../src/test/config/load/dsi-load-base.xml | 16 +- .../src/test/config/load/dsi-load-client.xml | 16 +- .../src/test/config/load/dsi-load-server.xml | 16 +- .../src/test/config/load/merge-sort-base.xml | 16 +- .../config/load/mongo-multinode-foster.xml | 16 +- .../test/config/loaders/grid-cfg-2-grids.xml | 16 +- .../core/src/test/config/loaders/grid-cfg.xml | 16 +- modules/core/src/test/config/log4j-test.xml | 16 +- .../src/test/config/spring-cache-load.xml | 16 +- .../config/spring-cache-put-remove-load.xml | 16 +- .../src/test/config/spring-cache-swap.xml | 16 +- .../test/config/spring-cache-teststore.xml | 16 +- .../src/test/config/spring-multicache.xml | 16 +- .../test/config/spring-start-nodes-attr.xml | 16 +- .../src/test/config/spring-start-nodes.xml | 16 +- .../average/spring-streamer-average-base.xml | 16 +- .../average/spring-streamer-average-local.xml | 16 +- .../spring-streamer-average-random.xml | 16 +- .../config/streamer/spring-streamer-base.xml | 16 +- .../test/config/websession/spring-cache-1.xml | 16 +- .../test/config/websession/spring-cache-2.xml | 16 +- .../test/config/websession/spring-cache-3.xml | 16 +- .../GridCacheStoreValueBytesNode.java | 16 +- .../GridCacheStoreValueBytesTest.java | 16 +- .../GridCacheAffinityBackupsSelfTest.java | 16 +- .../grid/GridExternalizableAbstractTest.java | 16 +- .../grid/GridSuppressedExceptionSelfTest.java | 16 +- .../org/gridgain/grid/GridTestIoUtils.java | 16 +- .../java/org/gridgain/grid/GridTestJob.java | 16 +- .../org/gridgain/grid/GridTestJobContext.java | 16 +- .../org/gridgain/grid/GridTestJobResult.java | 16 +- .../gridgain/grid/GridTestNodeStartup.java | 16 +- .../grid/GridTestStoreNodeStartup.java | 16 +- .../java/org/gridgain/grid/GridTestTask.java | 16 +- .../gridgain/grid/GridTestTaskSession.java | 16 +- ...chePartitionFairAffinityNodesSelfTest.java | 16 +- ...ridCachePartitionFairAffinitySelfTest.java | 16 +- .../GridCacheBalancingStoreSelfTest.java | 16 +- ...GridCacheLoadOnlyStoreAdapterSelfTest.java | 16 +- .../cache/store/GridGeneratingTestStore.java | 16 +- ...cheJdbcBlobStoreMultithreadedSelfTest.java | 16 +- .../jdbc/GridCacheJdbcBlobStoreSelfTest.java | 16 +- .../ggfs/GridGgfsEventsAbstractSelfTest.java | 16 +- .../GridGgfsFragmentizerAbstractSelfTest.java | 16 +- .../ggfs/GridGgfsFragmentizerSelfTest.java | 16 +- .../GridGgfsFragmentizerTopologySelfTest.java | 16 +- .../grid/ggfs/GridGgfsPathSelfTest.java | 16 +- .../grid/ggfs/GridGgfsTestInputGenerator.java | 16 +- .../grid/kernal/GridAffinityMappedTest.java | 16 +- .../grid/kernal/GridAffinityP2PSelfTest.java | 16 +- .../grid/kernal/GridAffinitySelfTest.java | 16 +- .../GridAlwaysFailoverSpiFailSelfTest.java | 16 +- .../kernal/GridCacheProjectionRemoveTest.java | 16 +- .../kernal/GridCancelOnGridStopSelfTest.java | 16 +- .../kernal/GridCancelUnusedJobSelfTest.java | 16 +- .../GridCancelledJobsMetricsSelfTest.java | 16 +- .../GridCollisionJobsContextSelfTest.java | 16 +- .../kernal/GridCommunicationSelfTest.java | 16 +- .../GridContinuousJobAnnotationSelfTest.java | 16 +- .../GridContinuousJobSiblingsSelfTest.java | 16 +- .../kernal/GridContinuousTaskSelfTest.java | 16 +- .../GridDeploymentMultiThreadedSelfTest.java | 16 +- .../grid/kernal/GridDeploymentSelfTest.java | 16 +- .../kernal/GridDiscoveryEventSelfTest.java | 16 +- .../grid/kernal/GridDiscoverySelfTest.java | 16 +- ...ridEventStorageCheckAllEventsSelfTest.java | 16 +- ...ntStorageRuntimeConfigurationSelfTest.java | 16 +- .../grid/kernal/GridEventStorageSelfTest.java | 16 +- .../grid/kernal/GridExecutorServiceTest.java | 16 +- ...ridExplicitImplicitDeploymentSelfTest.java | 16 +- .../kernal/GridFactoryVmShutdownTest.java | 16 +- .../GridFailedInputParametersSelfTest.java | 16 +- .../GridFailoverCustomTopologySelfTest.java | 16 +- .../grid/kernal/GridFailoverSelfTest.java | 16 +- .../kernal/GridFailoverTopologySelfTest.java | 16 +- .../grid/kernal/GridHomePathSelfTest.java | 16 +- .../GridJobCollisionCancelSelfTest.java | 16 +- .../grid/kernal/GridJobContextSelfTest.java | 16 +- .../GridJobMasterLeaveAwareSelfTest.java | 16 +- .../grid/kernal/GridJobStealingSelfTest.java | 16 +- ...GridJobStealingZeroActiveJobsSelfTest.java | 16 +- .../grid/kernal/GridJobSubjectIdSelfTest.java | 16 +- ...ridKernalConcurrentAccessStopSelfTest.java | 16 +- .../grid/kernal/GridKernalTestUtils.java | 16 +- .../kernal/GridLifecycleAwareSelfTest.java | 16 +- .../kernal/GridLifecycleBeanSelfTest.java | 16 +- .../grid/kernal/GridListenActorSelfTest.java | 16 +- .../GridLocalEventListenerSelfTest.java | 16 +- .../grid/kernal/GridMultiTxLockSelfTest.java | 16 +- .../grid/kernal/GridMultipleJobsSelfTest.java | 16 +- .../grid/kernal/GridMultipleSpisSelfTest.java | 16 +- ...ridMultipleVersionsDeploymentSelfTest.java | 16 +- .../GridMultithreadedJobStealingSelfTest.java | 16 +- .../grid/kernal/GridNodeFilterSelfTest.java | 16 +- .../grid/kernal/GridNodeLocalSelfTest.java | 16 +- .../grid/kernal/GridNodeMetricsSelfTest.java | 16 +- .../GridNodeVisorAttributesSelfTest.java | 16 +- .../kernal/GridNonHistoryMetricsSelfTest.java | 16 +- .../kernal/GridProjectionAbstractTest.java | 16 +- .../GridProjectionForCachesSelfTest.java | 16 +- .../GridProjectionJobCancelSelfTest.java | 16 +- ...tionLocalJobMultipleArgumentsSelfTest.java | 16 +- .../kernal/GridProjectionMetricsSelfTest.java | 16 +- .../grid/kernal/GridProjectionSelfTest.java | 16 +- .../GridProjectionTaskCancelSelfTest.java | 16 +- .../grid/kernal/GridReduceSelfTest.java | 16 +- .../grid/kernal/GridReleaseTypeSelfTest.java | 16 +- .../kernal/GridRuntimeExceptionSelfTest.java | 16 +- .../kernal/GridSameVmStartupSelfTest.java | 16 +- .../gridgain/grid/kernal/GridSelfTest.java | 16 +- .../grid/kernal/GridSpiExceptionSelfTest.java | 16 +- .../grid/kernal/GridStartStopSelfTest.java | 16 +- .../gridgain/grid/kernal/GridStartupMain.java | 16 +- .../gridgain/grid/kernal/GridStartupTest.java | 16 +- .../kernal/GridStopWithCancelSelfTest.java | 16 +- .../grid/kernal/GridStopWithWaitSelfTest.java | 16 +- .../GridTaskCancelSingleNodeSelfTest.java | 16 +- .../GridTaskContinuousMapperSelfTest.java | 16 +- .../GridTaskExecutionContextSelfTest.java | 16 +- .../kernal/GridTaskExecutionSelfTest.java | 16 +- .../GridTaskFailoverAffinityRunTest.java | 16 +- .../grid/kernal/GridTaskFailoverSelfTest.java | 16 +- .../GridTaskFutureImplStopGridSelfTest.java | 16 +- .../GridTaskInstanceExecutionSelfTest.java | 16 +- .../kernal/GridTaskInstantiationSelfTest.java | 16 +- .../kernal/GridTaskJobRejectSelfTest.java | 16 +- .../grid/kernal/GridTaskListenerSelfTest.java | 16 +- .../grid/kernal/GridTaskMapAsyncSelfTest.java | 16 +- .../GridTaskNameAnnotationSelfTest.java | 16 +- .../kernal/GridTaskResultCacheSelfTest.java | 16 +- .../grid/kernal/GridTaskTimeoutSelfTest.java | 16 +- .../GridTimeServerConfigurationSelfTest.java | 16 +- .../GridTopicExternalizableSelfTest.java | 16 +- .../GridTopologyBuildVersionSelfTest.java | 16 +- .../kernal/GridUpdateNotifierSelfTest.java | 16 +- ...CacheServiceExecutorConfigurationTest.java | 16 +- .../grid/kernal/GridVersionSelfTest.java | 16 +- .../managers/GridManagerStopSelfTest.java | 16 +- .../managers/GridNoopManagerSelfTest.java | 16 +- ...GridCheckpointManagerAbstractSelfTest.java | 16 +- .../GridCheckpointManagerSelfTest.java | 16 +- .../GridCheckpointTaskSelfTest.java | 16 +- ...CommunicationManagerListenersSelfTest.java | 16 +- .../GridCommunicationSendMessageSelfTest.java | 16 +- .../communication/GridIoManagerSelfTest.java | 16 +- .../GridDeploymentManagerStopSelfTest.java | 16 +- .../GridDeploymentMessageCountSelfTest.java | 16 +- .../deployment/GridTestDeployment.java | 16 +- ...ridDiscoveryManagerAliveCacheSelfTest.java | 16 +- ...ridDiscoveryManagerAttributesSelfTest.java | 16 +- .../GridDiscoveryManagerSelfTest.java | 16 +- .../GridEventStorageManagerSelfTest.java | 16 +- .../GridSwapSpaceCustomLocalValue.java | 16 +- .../GridSwapSpaceManagerSelfTest.java | 16 +- ...GridAffinityProcessorAbstractSelfTest.java | 16 +- ...finityProcessorConsistentHashSelfTest.java | 16 +- ...idAffinityProcessorRendezvousSelfTest.java | 16 +- .../ClientAffinityAssignmentSelfTest.java | 16 +- ...dCacheAbstractByteArrayValuesSelfTest.java | 16 +- .../GridCacheAbstractFailoverSelfTest.java | 16 +- ...eAbstractFullApiMultithreadedSelfTest.java | 16 +- .../GridCacheAbstractFullApiSelfTest.java | 16 +- .../GridCacheAbstractIteratorsSelfTest.java | 16 +- .../GridCacheAbstractMetricsSelfTest.java | 16 +- .../GridCacheAbstractProjectionSelfTest.java | 16 +- .../GridCacheAbstractRemoveFailureTest.java | 16 +- .../cache/GridCacheAbstractSelfTest.java | 16 +- .../GridCacheAbstractStopBusySelfTest.java | 16 +- .../cache/GridCacheAbstractTtlSelfTest.java | 16 +- .../cache/GridCacheAbstractTxReadTest.java | 16 +- .../cache/GridCacheAffinityApiSelfTest.java | 16 +- .../GridCacheAffinityMapperSelfTest.java | 16 +- .../GridCacheAffinityRoutingSelfTest.java | 16 +- .../cache/GridCacheAlwaysEvictionPolicy.java | 16 +- ...GridCacheAsyncOperationsLimitSelfTest.java | 16 +- .../GridCacheAtomicMessageCountSelfTest.java | 16 +- .../GridCacheAtomicStopBusySelfTest.java | 16 +- .../cache/GridCacheBasicApiAbstractTest.java | 16 +- .../GridCacheBasicStoreAbstractTest.java | 16 +- ...heBasicStoreMultithreadedAbstractTest.java | 16 +- ...ridCacheBasicStoreNoBatchAbstractTest.java | 16 +- .../cache/GridCacheClearAllSelfTest.java | 16 +- ...acheColocatedTxStoreExceptionSelfTest.java | 16 +- .../cache/GridCacheConcurrentMapSelfTest.java | 16 +- .../cache/GridCacheConcurrentMapTest.java | 16 +- .../GridCacheConcurrentTxMultiNodeTest.java | 16 +- ...CacheConfigurationConsistencySelfTest.java | 16 +- ...dCacheConfigurationValidationSelfTest.java | 16 +- .../GridCacheDaemonNodeAbstractSelfTest.java | 16 +- .../GridCacheDeploymentOffHeapSelfTest.java | 16 +- .../cache/GridCacheDeploymentSelfTest.java | 16 +- ...heDgcManagerNonTxNearDisabledSelfTest.java | 16 +- .../GridCacheDgcManagerNonTxSelfTest.java | 16 +- ...ridCacheDgcManagerReportLocksSelfTest.java | 16 +- .../cache/GridCacheDgcManagerTest.java | 16 +- ...GridCacheDgcManagerTxOnDemandSelfTest.java | 16 +- .../cache/GridCacheDgcManagerTxSelfTest.java | 16 +- .../GridCacheEntryMemorySizeSelfTest.java | 16 +- .../cache/GridCacheEntryVersionSelfTest.java | 16 +- .../GridCacheEvictionEventAbstractTest.java | 16 +- .../GridCacheExAbstractFullApiSelfTest.java | 16 +- .../GridCacheFieldsQueryNoDataSelfTest.java | 16 +- .../GridCacheFinishPartitionsSelfTest.java | 16 +- ...cheFullTextQueryMultithreadedSelfTest.java | 16 +- .../cache/GridCacheGenericTestStore.java | 16 +- ...CacheGetAndTransformStoreAbstractTest.java | 16 +- .../GridCacheGlobalClearAllSelfTest.java | 16 +- .../GridCacheGroupLockAbstractSelfTest.java | 16 +- ...GroupLockFailoverOptimisticTxSelfTest.java | 16 +- .../GridCacheGroupLockFailoverSelfTest.java | 16 +- ...cheGroupLockMultiNodeAbstractSelfTest.java | 16 +- .../cache/GridCacheGroupLockPutTask.java | 16 +- .../GridCacheIncrementTransformTest.java | 16 +- .../GridCacheInterceptorAbstractSelfTest.java | 16 +- ...eInterceptorAtomicNearEnabledSelfTest.java | 16 +- ...ceptorAtomicPrimaryWriteOrderSelfTest.java | 16 +- ...icReplicatedPrimaryWriteOrderSelfTest.java | 16 +- ...heInterceptorAtomicReplicatedSelfTest.java | 16 +- .../GridCacheInterceptorAtomicSelfTest.java | 16 +- ...ptorAtomicWithStoreReplicatedSelfTest.java | 16 +- ...cheInterceptorAtomicWithStoreSelfTest.java | 16 +- ...idCacheInterceptorLocalAtomicSelfTest.java | 16 +- ...terceptorLocalAtomicWithStoreSelfTest.java | 16 +- .../GridCacheInterceptorLocalSelfTest.java | 16 +- ...acheInterceptorLocalWithStoreSelfTest.java | 16 +- ...idCacheInterceptorNearEnabledSelfTest.java | 16 +- ...ridCacheInterceptorReplicatedSelfTest.java | 16 +- ...nterceptorReplicatedWithStoreSelfTest.java | 16 +- .../cache/GridCacheInterceptorSelfTest.java | 16 +- .../GridCacheInterceptorSelfTestSuite.java | 16 +- ...GridCacheInterceptorWithStoreSelfTest.java | 16 +- .../GridCacheIteratorPerformanceTest.java | 16 +- .../GridCacheKeyCheckNearEnabledSelfTest.java | 16 +- .../cache/GridCacheKeyCheckSelfTest.java | 16 +- .../processors/cache/GridCacheLeakTest.java | 16 +- .../GridCacheLifecycleAwareSelfTest.java | 16 +- ...ridCacheLocalTxStoreExceptionSelfTest.java | 16 +- .../cache/GridCacheLuceneQueryIndexTest.java | 16 +- .../GridCacheMarshallerTxAbstractTest.java | 16 +- .../cache/GridCacheMemoryModeSelfTest.java | 16 +- ...GridCacheMissingCommitVersionSelfTest.java | 16 +- ...idCacheMixedPartitionExchangeSelfTest.java | 16 +- .../GridCacheMultiUpdateLockSelfTest.java | 16 +- ...dCacheMultinodeUpdateAbstractSelfTest.java | 16 +- ...tinodeUpdateAtomicNearEnabledSelfTest.java | 16 +- ...ridCacheMultinodeUpdateAtomicSelfTest.java | 16 +- ...odeUpdateNearEnabledNoBackupsSelfTest.java | 16 +- ...cheMultinodeUpdateNearEnabledSelfTest.java | 16 +- .../GridCacheMultinodeUpdateSelfTest.java | 16 +- .../cache/GridCacheMvccFlagsTest.java | 16 +- .../cache/GridCacheMvccManagerSelfTest.java | 16 +- .../GridCacheMvccPartitionedSelfTest.java | 16 +- .../cache/GridCacheMvccSelfTest.java | 16 +- ...GridCacheNearTxStoreExceptionSelfTest.java | 16 +- .../cache/GridCacheNestedTxAbstractTest.java | 16 +- .../GridCacheObjectToStringSelfTest.java | 16 +- ...HeapAtomicMultiThreadedUpdateSelfTest.java | 16 +- ...apMultiThreadedUpdateAbstractSelfTest.java | 16 +- ...cheOffHeapMultiThreadedUpdateSelfTest.java | 16 +- .../cache/GridCacheOffHeapSelfTest.java | 16 +- .../cache/GridCacheOffHeapTest.java | 16 +- ...ridCacheOffHeapTieredAbstractSelfTest.java | 16 +- .../GridCacheOffHeapTieredAtomicSelfTest.java | 16 +- ...OffHeapTieredEvictionAbstractSelfTest.java | 16 +- ...heOffHeapTieredEvictionAtomicSelfTest.java | 16 +- ...ridCacheOffHeapTieredEvictionSelfTest.java | 16 +- .../cache/GridCacheOffHeapTieredSelfTest.java | 16 +- .../cache/GridCacheOffHeapUpdateSelfTest.java | 16 +- .../GridCacheOrderedPreloadingSelfTest.java | 16 +- .../cache/GridCacheP2PUndeploySelfTest.java | 16 +- ...ridCachePartitionedAffinitySpreadTest.java | 16 +- .../GridCachePartitionedGetSelfTest.java | 16 +- ...PartitionedProjectionAffinitySelfTest.java | 16 +- .../cache/GridCachePartitionedWritesTest.java | 16 +- .../GridCachePreloadingEvictionsSelfTest.java | 16 +- .../GridCachePutAllLargeBatchSelfTest.java | 16 +- .../cache/GridCacheQueryEmbeddedValue.java | 16 +- .../cache/GridCacheQueryIndexSelfTest.java | 16 +- ...ridCacheQueryIndexingDisabledSelfTest.java | 16 +- .../GridCacheQueryInternalKeysSelfTest.java | 16 +- .../GridCacheReferenceCleanupSelfTest.java | 16 +- ...GridCacheRefreshAheadAbstractSelfTest.java | 16 +- ...dCacheReplicatedSynchronousCommitTest.java | 16 +- ...cheReplicatedTxStoreExceptionSelfTest.java | 16 +- .../GridCacheReturnValueTransferSelfTest.java | 16 +- .../cache/GridCacheSlowTxWarnTest.java | 16 +- .../cache/GridCacheStopSelfTest.java | 16 +- .../cache/GridCacheStorePutxSelfTest.java | 16 +- .../GridCacheStoreValueBytesSelfTest.java | 16 +- .../cache/GridCacheSwapPreloadSelfTest.java | 16 +- .../cache/GridCacheSwapReloadSelfTest.java | 16 +- .../cache/GridCacheTestEntryEx.java | 16 +- .../processors/cache/GridCacheTestKey.java | 16 +- .../processors/cache/GridCacheTestStore.java | 16 +- .../processors/cache/GridCacheTestValue.java | 16 +- .../processors/cache/GridCacheTestValue2.java | 16 +- ...eTransactionalAbstractMetricsSelfTest.java | 16 +- ...ridCacheTransactionalStopBusySelfTest.java | 16 +- .../cache/GridCacheTtlManagerLoadTest.java | 16 +- .../cache/GridCacheTtlManagerSelfTest.java | 16 +- .../cache/GridCacheTxAbstractTest.java | 16 +- .../GridCacheTxConcurrentGetAbstractTest.java | 16 +- .../GridCacheTxExceptionAbstractSelfTest.java | 16 +- .../GridCacheTxMultiNodeAbstractTest.java | 16 +- .../GridCacheTxMultiThreadedAbstractTest.java | 16 +- .../GridCacheTxReentryAbstractSelfTest.java | 16 +- ...GridCacheTxSingleThreadedAbstractTest.java | 16 +- ...CacheTxStoreExceptionAbstractSelfTest.java | 16 +- .../cache/GridCacheUtilsSelfTest.java | 16 +- ...GridCacheValueBytesPreloadingSelfTest.java | 16 +- ...CacheValueConsistencyAbstractSelfTest.java | 16 +- ...tencyTransactionalNearEnabledSelfTest.java | 16 +- ...ValueConsistencyTransactionalSelfTest.java | 16 +- .../GridCacheVariableTopologySelfTest.java | 16 +- .../cache/GridCacheVersionMultinodeTest.java | 16 +- .../cache/GridCacheVersionSelfTest.java | 16 +- ...CacheWriteBehindStoreAbstractSelfTest.java | 16 +- ...GridCacheWriteBehindStoreAbstractTest.java | 16 +- .../GridCacheWriteBehindStoreLocalTest.java | 16 +- ...WriteBehindStoreMultithreadedSelfTest.java | 16 +- ...hindStorePartitionedMultiNodeSelfTest.java | 16 +- ...dCacheWriteBehindStorePartitionedTest.java | 16 +- ...idCacheWriteBehindStoreReplicatedTest.java | 16 +- .../GridCacheWriteBehindStoreSelfTest.java | 16 +- ...bstractDataStructuresFailoverSelfTest.java | 16 +- ...tQueueFailoverDataConsistencySelfTest.java | 16 +- .../GridCacheAtomicLongApiSelfTest.java | 16 +- ...cheAtomicReferenceApiSelfAbstractTest.java | 16 +- ...eAtomicReferenceMultiNodeAbstractTest.java | 16 +- ...CacheAtomicStampedApiSelfAbstractTest.java | 16 +- .../GridCacheCountDownLatchSelfTest.java | 16 +- .../GridCacheMultiNodeDataStructureTest.java | 16 +- .../GridCacheQueueApiSelfAbstractTest.java | 16 +- .../GridCacheQueueCleanupSelfTest.java | 16 +- ...dCacheQueueJoinedNodeSelfAbstractTest.java | 16 +- ...idCacheQueueMultiNodeAbstractSelfTest.java | 16 +- ...acheQueueMultiNodeConsistencySelfTest.java | 16 +- ...cheQueueRotativeMultiNodeAbstractTest.java | 16 +- .../GridCacheSequenceApiSelfAbstractTest.java | 16 +- ...acheSequenceMultiNodeAbstractSelfTest.java | 16 +- .../GridCacheSetAbstractSelfTest.java | 16 +- .../GridCacheSetFailoverAbstractSelfTest.java | 16 +- .../GridCacheLocalAtomicQueueApiSelfTest.java | 16 +- .../GridCacheLocalAtomicSetSelfTest.java | 16 +- .../local/GridCacheLocalQueueApiSelfTest.java | 16 +- .../GridCacheLocalSequenceApiSelfTest.java | 16 +- .../local/GridCacheLocalSetSelfTest.java | 16 +- ...achePartitionedAtomicQueueApiSelfTest.java | 16 +- ...nedAtomicQueueCreateMultiNodeSelfTest.java | 16 +- ...cQueueFailoverDataConsistencySelfTest.java | 16 +- ...rtitionedAtomicQueueMultiNodeSelfTest.java | 16 +- ...ionedAtomicQueueRotativeMultiNodeTest.java | 16 +- ...PartitionedAtomicReferenceApiSelfTest.java | 16 +- ...rtitionedAtomicReferenceMultiNodeTest.java | 16 +- ...tionedAtomicSequenceMultiThreadedTest.java | 16 +- ...ePartitionedAtomicSetFailoverSelfTest.java | 16 +- ...GridCachePartitionedAtomicSetSelfTest.java | 16 +- ...hePartitionedAtomicStampedApiSelfTest.java | 16 +- ...itionedDataStructuresFailoverSelfTest.java | 16 +- ...idCachePartitionedNodeRestartSelfTest.java | 16 +- ...CachePartitionedNodeRestartTxSelfTest.java | 16 +- .../GridCachePartitionedQueueApiSelfTest.java | 16 +- ...rtitionedQueueCreateMultiNodeSelfTest.java | 16 +- ...achePartitionedQueueEntryMoveSelfTest.java | 16 +- ...dQueueFailoverDataConsistencySelfTest.java | 16 +- ...chePartitionedQueueJoinedNodeSelfTest.java | 16 +- ...achePartitionedQueueMultiNodeSelfTest.java | 16 +- ...PartitionedQueueRotativeMultiNodeTest.java | 16 +- ...idCachePartitionedSequenceApiSelfTest.java | 16 +- ...ePartitionedSequenceMultiNodeSelfTest.java | 16 +- ...idCachePartitionedSetFailoverSelfTest.java | 16 +- .../GridCachePartitionedSetSelfTest.java | 16 +- ...eReplicatedAtomicReferenceApiSelfTest.java | 16 +- ...eplicatedAtomicReferenceMultiNodeTest.java | 16 +- ...cheReplicatedAtomicStampedApiSelfTest.java | 16 +- ...licatedDataStructuresFailoverSelfTest.java | 16 +- .../GridCacheReplicatedQueueApiSelfTest.java | 16 +- ...CacheReplicatedQueueMultiNodeSelfTest.java | 16 +- ...eReplicatedQueueRotativeMultiNodeTest.java | 16 +- ...ridCacheReplicatedSequenceApiSelfTest.java | 16 +- ...heReplicatedSequenceMultiNodeSelfTest.java | 16 +- .../GridCacheReplicatedSetSelfTest.java | 16 +- ...actDistributedByteArrayValuesSelfTest.java | 16 +- .../GridCacheAbstractJobExecutionTest.java | 16 +- .../GridCacheAbstractNodeRestartSelfTest.java | 16 +- ...actPartitionedByteArrayValuesSelfTest.java | 16 +- .../GridCacheAbstractPrimarySyncSelfTest.java | 16 +- .../GridCacheAtomicTimeoutSelfTest.java | 16 +- .../GridCacheBasicOpAbstractTest.java | 16 +- .../GridCacheClientModesAbstractSelfTest.java | 16 +- .../GridCacheDataLostEventSelfTest.java | 16 +- .../GridCacheEntrySetAbstractSelfTest.java | 16 +- ...heEntrySetIterationPreloadingSelfTest.java | 16 +- .../GridCacheEventAbstractTest.java | 16 +- ...ExpiredEntriesPreloadAbstractSelfTest.java | 16 +- .../GridCacheLockAbstractTest.java | 16 +- .../GridCacheMixedModeSelfTest.java | 16 +- .../GridCacheModuloAffinityFunction.java | 16 +- .../GridCacheMultiNodeAbstractTest.java | 16 +- .../GridCacheMultiNodeLockAbstractTest.java | 16 +- ...acheMultithreadedFailoverAbstractTest.java | 16 +- .../GridCacheNodeFailureAbstractTest.java | 16 +- ...dCachePartitionNotLoadedEventSelfTest.java | 16 +- ...achePartitionedAffinityFilterSelfTest.java | 16 +- ...hePartitionedLockBackupUpdateSelfTest.java | 16 +- ...ePartitionedReloadAllAbstractSelfTest.java | 16 +- ...ridCachePreloadEventsAbstractSelfTest.java | 16 +- ...GridCachePreloadLifecycleAbstractTest.java | 16 +- ...idCachePreloadRestartAbstractSelfTest.java | 16 +- .../GridCacheTransformEventSelfTest.java | 16 +- ...eTxConsistencyRestartAbstractSelfTest.java | 16 +- ...riginatingNodeFailureAbstractSelfTest.java | 16 +- ...riginatingNodeFailureAbstractSelfTest.java | 16 +- .../GridCacheTxPreloadAbstractTest.java | 16 +- .../GridCacheTxTimeoutAbstractTest.java | 16 +- ...artitionedOnlyByteArrayValuesSelfTest.java | 16 +- ...AbstractTransformWriteThroughSelfTest.java | 16 +- ...heAtomicExpiredEntriesPreloadSelfTest.java | 16 +- .../dht/GridCacheAtomicFullApiSelfTest.java | 16 +- .../dht/GridCacheAtomicNearCacheSelfTest.java | 16 +- ...CacheAtomicNearEnabledFullApiSelfTest.java | 16 +- ...abledPrimaryWriteOrderFullApiSelfTest.java | 16 +- ...tomicPrimaryWriteOrderFullApiSelfTest.java | 16 +- ...micPrimaryWriteOrderReloadAllSelfTest.java | 16 +- .../dht/GridCacheAtomicReloadAllSelfTest.java | 16 +- .../dht/GridCacheClientOnlySelfTest.java | 16 +- .../dht/GridCacheColocatedDebugTest.java | 16 +- .../GridCacheColocatedFailoverSelfTest.java | 16 +- ...olocatedOptimisticTransactionSelfTest.java | 16 +- ...dCacheColocatedPreloadRestartSelfTest.java | 16 +- ...GridCacheColocatedPrimarySyncSelfTest.java | 16 +- ...ridCacheColocatedRefreshAheadSelfTest.java | 16 +- .../GridCacheColocatedReloadAllSelfTest.java | 16 +- ...GridCacheColocatedTxExceptionSelfTest.java | 16 +- ...imisticOriginatingNodeFailureSelfTest.java | 16 +- ...acheColocatedTxSingleThreadedSelfTest.java | 16 +- ...ridCacheDaemonNodePartitionedSelfTest.java | 16 +- ...eDhtAtomicEvictionNearReadersSelfTest.java | 16 +- .../GridCacheDhtAtomicRemoveFailureTest.java | 16 +- .../dht/GridCacheDhtEntrySelfTest.java | 16 +- .../dht/GridCacheDhtEntrySetSelfTest.java | 16 +- ...idCacheDhtEvictionNearReadersSelfTest.java | 16 +- .../dht/GridCacheDhtEvictionSelfTest.java | 16 +- ...GridCacheDhtEvictionsDisabledSelfTest.java | 16 +- ...CacheDhtExpiredEntriesPreloadSelfTest.java | 16 +- .../GridCacheDhtInternalEntrySelfTest.java | 16 +- .../dht/GridCacheDhtMappingSelfTest.java | 16 +- .../dht/GridCacheDhtMultiBackupTest.java | 16 +- .../GridCacheDhtPreloadBigDataSelfTest.java | 16 +- .../GridCacheDhtPreloadDelayedSelfTest.java | 16 +- .../GridCacheDhtPreloadDisabledSelfTest.java | 16 +- .../GridCacheDhtPreloadMessageCountTest.java | 16 +- ...dCacheDhtPreloadMultiThreadedSelfTest.java | 16 +- .../GridCacheDhtPreloadOffHeapSelfTest.java | 16 +- .../GridCacheDhtPreloadPutGetSelfTest.java | 16 +- .../dht/GridCacheDhtPreloadSelfTest.java | 16 +- .../GridCacheDhtPreloadStartStopSelfTest.java | 16 +- .../GridCacheDhtPreloadUnloadSelfTest.java | 16 +- .../dht/GridCacheDhtRemoveFailureTest.java | 16 +- .../dht/GridCacheDhtTestUtils.java | 16 +- .../dht/GridCacheDhtTxPreloadSelfTest.java | 16 +- .../GridCacheExColocatedFullApiSelfTest.java | 16 +- .../GridCacheGroupLockColocatedSelfTest.java | 16 +- ...heGroupLockMultiNodeColocatedSelfTest.java | 16 +- ...eGroupLockPartitionedAbstractSelfTest.java | 16 +- ...kPartitionedMultiNodeAbstractSelfTest.java | 16 +- .../dht/GridCacheLockFailoverSelfTest.java | 16 +- ...artitionedNearDisabledFullApiSelfTest.java | 16 +- ...artitionedNearDisabledMetricsSelfTest.java | 16 +- ...dNearDisabledMultiNodeFullApiSelfTest.java | 16 +- ...edMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- ...nedNearDisabledOffHeapFullApiSelfTest.java | 16 +- ...sabledOffHeapMultiNodeFullApiSelfTest.java | 16 +- ...abledTxOriginatingNodeFailureSelfTest.java | 16 +- ...nlyP2PDisabledByteArrayValuesSelfTest.java | 16 +- ...OnlyP2PEnabledByteArrayValuesSelfTest.java | 16 +- ...achePartitionedOnlyProjectionSelfTest.java | 16 +- ...CachePartitionedPreloadEventsSelfTest.java | 16 +- ...dCachePartitionedRefreshAheadSelfTest.java | 16 +- ...achePartitionedTopologyChangeSelfTest.java | 16 +- ...nsformWriteThroughBatchUpdateSelfTest.java | 16 +- ...sformWriteThroughSingleUpdateSelfTest.java | 16 +- ...ionedTxOriginatingNodeFailureSelfTest.java | 16 +- ...dCachePartitionedUnloadEventsSelfTest.java | 16 +- ...TxConsistencyColocatedRestartSelfTest.java | 16 +- .../GridCacheTxReentryColocatedSelfTest.java | 16 +- ...tomicInvalidPartitionHandlingSelfTest.java | 16 +- ...eConsistencyAtomicNearEnabledSelfTest.java | 16 +- ...cPrimaryWriteOrderNearEnabledSelfTest.java | 16 +- ...idCacheValueConsistencyAtomicSelfTest.java | 16 +- ...earPartitionedByteArrayValuesSelfTest.java | 16 +- ...ctionExcludeNeighborsAbstractSelfTest.java | 16 +- ...micClientOnlyMultiNodeFullApiSelfTest.java | 16 +- ...lyMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- ...idCacheAtomicMultiNodeFullApiSelfTest.java | 16 +- ...icMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- ...icNearEnabledMultiNodeFullApiSelfTest.java | 16 +- ...aryWriteOrderMultiNodeFullApiSelfTest.java | 16 +- ...dCacheAtomicNearEvictionEventSelfTest.java | 16 +- .../GridCacheAtomicNearEvictionSelfTest.java | 16 +- .../GridCacheAtomicNearMultiNodeSelfTest.java | 16 +- ...tomicNearOnlyMultiNodeFullApiSelfTest.java | 16 +- ...lyMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- .../near/GridCacheAtomicNearOnlySelfTest.java | 16 +- .../GridCacheAtomicNearReadersSelfTest.java | 16 +- .../GridCacheAtomicNearRemoveFailureTest.java | 16 +- ...GridCacheAtomicOffHeapFullApiSelfTest.java | 16 +- ...AtomicOffHeapMultiNodeFullApiSelfTest.java | 16 +- ...CacheAtomicPartitionedMetricsSelfTest.java | 16 +- ...aryWriteOrderMultiNodeFullApiSelfTest.java | 16 +- ...erMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- ...rimaryWriteOrderNearRemoveFailureTest.java | 16 +- ...imaryWriteOrderOffHeapFullApiSelfTest.java | 16 +- ...yOrderOffHeapMultiNodeFullApiSelfTest.java | 16 +- ...inityFunctionExcludeNeighborsSelfTest.java | 16 +- .../near/GridCacheExNearFullApiSelfTest.java | 16 +- .../near/GridCacheGetStoreErrorSelfTest.java | 16 +- ...idCacheGroupLockMultiNodeNearSelfTest.java | 16 +- .../near/GridCacheGroupLockNearSelfTest.java | 16 +- .../GridCacheNearEvictionEventSelfTest.java | 16 +- .../near/GridCacheNearEvictionSelfTest.java | 16 +- ...acheNearExpiredEntriesPreloadSelfTest.java | 16 +- .../GridCacheNearJobExecutionSelfTest.java | 16 +- .../near/GridCacheNearMetricsSelfTest.java | 16 +- .../near/GridCacheNearMultiGetSelfTest.java | 16 +- .../near/GridCacheNearMultiNodeSelfTest.java | 16 +- .../near/GridCacheNearOneNodeSelfTest.java | 16 +- ...CacheNearOnlyMultiNodeFullApiSelfTest.java | 16 +- ...lyMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- .../near/GridCacheNearOnlySelfTest.java | 16 +- .../GridCacheNearOnlyTopologySelfTest.java | 16 +- ...GridCacheNearPartitionedClearSelfTest.java | 16 +- ...nedP2PDisabledByteArrayValuesSelfTest.java | 16 +- ...onedP2PEnabledByteArrayValuesSelfTest.java | 16 +- .../GridCacheNearPreloadRestartSelfTest.java | 16 +- .../GridCacheNearPrimarySyncSelfTest.java | 16 +- .../GridCacheNearReaderPreloadSelfTest.java | 16 +- .../near/GridCacheNearReadersSelfTest.java | 16 +- .../near/GridCacheNearReloadAllSelfTest.java | 16 +- .../near/GridCacheNearRemoveFailureTest.java | 16 +- .../GridCacheNearTxExceptionSelfTest.java | 16 +- .../GridCacheNearTxMultiNodeSelfTest.java | 16 +- ...imisticOriginatingNodeFailureSelfTest.java | 16 +- .../near/GridCacheNearTxPreloadSelfTest.java | 16 +- .../near/GridCacheNearTxRollbackTest.java | 16 +- ...finityExcludeNeighborsPerformanceTest.java | 16 +- ...itionedAffinityHashIdResolverSelfTest.java | 16 +- .../GridCachePartitionedAffinitySelfTest.java | 16 +- ...nedAtomicGetAndTransformStoreSelfTest.java | 16 +- .../GridCachePartitionedBasicApiTest.java | 16 +- .../GridCachePartitionedBasicOpSelfTest.java | 16 +- ...artitionedBasicStoreMultiNodeSelfTest.java | 16 +- ...ePartitionedBasicStoreNoBatchSelfTest.java | 16 +- ...ridCachePartitionedBasicStoreSelfTest.java | 16 +- ...nedClientOnlyNoPrimaryFullApiSelfTest.java | 16 +- ...GridCachePartitionedEntryLockSelfTest.java | 16 +- .../GridCachePartitionedEventSelfTest.java | 16 +- .../GridCachePartitionedEvictionSelfTest.java | 16 +- ...tionedExplicitLockNodeFailureSelfTest.java | 16 +- .../GridCachePartitionedFailoverSelfTest.java | 16 +- ...idCachePartitionedFilteredPutSelfTest.java | 16 +- ...rtitionedFullApiMultithreadedSelfTest.java | 16 +- .../GridCachePartitionedFullApiSelfTest.java | 16 +- ...rtitionedGetAndTransformStoreSelfTest.java | 16 +- ...GridCachePartitionedIteratorsSelfTest.java | 16 +- ...GridCachePartitionedLoadCacheSelfTest.java | 16 +- .../GridCachePartitionedLockSelfTest.java | 16 +- .../GridCachePartitionedMetricsSelfTest.java | 16 +- ...hePartitionedMultiNodeCounterSelfTest.java | 16 +- ...hePartitionedMultiNodeFullApiSelfTest.java | 16 +- ...CachePartitionedMultiNodeLockSelfTest.java | 16 +- ...edMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- ...GridCachePartitionedMultiNodeSelfTest.java | 16 +- ...artitionedMultiThreadedPutGetSelfTest.java | 16 +- ...arDisabledBasicStoreMultiNodeSelfTest.java | 16 +- ...ionedNearOnlyNoPrimaryFullApiSelfTest.java | 16 +- .../GridCachePartitionedNestedTxTest.java | 16 +- ...idCachePartitionedNodeFailureSelfTest.java | 16 +- .../GridCachePartitionedNodeRestartTest.java | 16 +- ...achePartitionedOffHeapFullApiSelfTest.java | 16 +- ...tionedOffHeapMultiNodeFullApiSelfTest.java | 16 +- ...artitionedOptimisticTxNodeRestartTest.java | 16 +- ...hePartitionedPreloadLifecycleSelfTest.java | 16 +- ...ridCachePartitionedProjectionSelfTest.java | 16 +- ...PartitionedQueryMultiThreadedSelfTest.java | 16 +- .../GridCachePartitionedStorePutSelfTest.java | 16 +- .../near/GridCachePartitionedTtlSelfTest.java | 16 +- ...idCachePartitionedTxConcurrentGetTest.java | 16 +- ...idCachePartitionedTxMultiNodeSelfTest.java | 16 +- ...chePartitionedTxMultiThreadedSelfTest.java | 16 +- .../near/GridCachePartitionedTxReadTest.java | 16 +- ...GridCachePartitionedTxSalvageSelfTest.java | 16 +- ...hePartitionedTxSingleThreadedSelfTest.java | 16 +- ...GridCachePartitionedTxTimeoutSelfTest.java | 16 +- .../near/GridCachePutArrayValueSelfTest.java | 16 +- ...CacheRendezvousAffinityClientSelfTest.java | 16 +- ...inityFunctionExcludeNeighborsSelfTest.java | 16 +- .../near/GridCacheTxReentryNearSelfTest.java | 16 +- .../GridPartitionedBackupLoadSelfTest.java | 16 +- ...ractReplicatedByteArrayValuesSelfTest.java | 16 +- ...dCacheAtomicReplicatedMetricsSelfTest.java | 16 +- ...GridCacheDaemonNodeReplicatedSelfTest.java | 16 +- .../GridCacheExReplicatedFullApiSelfTest.java | 16 +- ...eGroupLockMultiNodeReplicatedSelfTest.java | 16 +- .../GridCacheGroupLockReplicatedSelfTest.java | 16 +- ...dCacheReplicatedAtomicFullApiSelfTest.java | 16 +- ...tedAtomicGetAndTransformStoreSelfTest.java | 16 +- ...licatedAtomicMultiNodeFullApiSelfTest.java | 16 +- ...aryWriteOrderMultiNodeFullApiSelfTest.java | 16 +- .../GridCacheReplicatedBasicApiTest.java | 16 +- .../GridCacheReplicatedBasicOpSelfTest.java | 16 +- ...heReplicatedBasicStoreNoBatchSelfTest.java | 16 +- ...GridCacheReplicatedBasicStoreSelfTest.java | 16 +- ...GridCacheReplicatedClientOnlySelfTest.java | 16 +- .../GridCacheReplicatedEntrySetSelfTest.java | 16 +- .../GridCacheReplicatedEventSelfTest.java | 16 +- ...dCacheReplicatedEvictionEventSelfTest.java | 16 +- .../GridCacheReplicatedEvictionSelfTest.java | 16 +- .../GridCacheReplicatedFailoverSelfTest.java | 16 +- ...eplicatedFullApiMultithreadedSelfTest.java | 16 +- ...plicatedFullApiMultithreadedSelfTest1.java | 16 +- .../GridCacheReplicatedFullApiSelfTest.java | 16 +- ...eplicatedGetAndTransformStoreSelfTest.java | 16 +- ...GridCacheReplicatedInvalidateSelfTest.java | 16 +- .../GridCacheReplicatedIteratorsSelfTest.java | 16 +- .../GridCacheReplicatedJobExecutionTest.java | 16 +- .../GridCacheReplicatedLockSelfTest.java | 16 +- .../GridCacheReplicatedMarshallerTxTest.java | 16 +- .../GridCacheReplicatedMetricsSelfTest.java | 16 +- ...cheReplicatedMultiNodeFullApiSelfTest.java | 16 +- ...dCacheReplicatedMultiNodeLockSelfTest.java | 16 +- ...edMultiNodeP2PDisabledFullApiSelfTest.java | 16 +- .../GridCacheReplicatedMultiNodeSelfTest.java | 16 +- ...catedNearOnlyMultiNodeFullApiSelfTest.java | 16 +- .../GridCacheReplicatedNearOnlySelfTest.java | 16 +- ...ridCacheReplicatedNodeFailureSelfTest.java | 16 +- ...ridCacheReplicatedNodeRestartSelfTest.java | 16 +- ...CacheReplicatedOffHeapFullApiSelfTest.java | 16 +- ...icatedOffHeapMultiNodeFullApiSelfTest.java | 16 +- ...tedP2PDisabledByteArrayValuesSelfTest.java | 16 +- ...atedP2PEnabledByteArrayValuesSelfTest.java | 16 +- ...dCacheReplicatedPreloadEventsSelfTest.java | 16 +- ...GridCacheReplicatedProjectionSelfTest.java | 16 +- ...idCacheReplicatedRefreshAheadSelfTest.java | 16 +- ...zvousAffinityMultiNodeFullApiSelfTest.java | 16 +- .../GridCacheReplicatedTtlSelfTest.java | 16 +- ...ridCacheReplicatedTxConcurrentGetTest.java | 16 +- ...ridCacheReplicatedTxExceptionSelfTest.java | 16 +- ...idCacheReplicatedTxMultiNodeBasicTest.java | 16 +- ...acheReplicatedTxMultiThreadedSelfTest.java | 16 +- ...catedTxOriginatingNodeFailureSelfTest.java | 16 +- ...imisticOriginatingNodeFailureSelfTest.java | 16 +- .../GridCacheReplicatedTxReadTest.java | 16 +- ...cheReplicatedTxSingleThreadedSelfTest.java | 16 +- .../GridCacheReplicatedTxTimeoutSelfTest.java | 16 +- ...CacheReplicatedUnswapAdvancedSelfTest.java | 16 +- ...ridCacheSyncReplicatedPreloadSelfTest.java | 16 +- .../GridReplicatedTxPreloadTest.java | 16 +- ...cheReplicatedPreloadLifecycleSelfTest.java | 16 +- ...CacheReplicatedPreloadOffHeapSelfTest.java | 16 +- .../GridCacheReplicatedPreloadSelfTest.java | 16 +- ...licatedPreloadStartStopEventsSelfTest.java | 16 +- ...idCacheReplicatedPreloadUndeploysTest.java | 16 +- ...ConcurrentEvictionConsistencySelfTest.java | 16 +- .../GridCacheConcurrentEvictionsSelfTest.java | 16 +- ...GridCacheDistributedEvictionsSelfTest.java | 16 +- ...GridCacheEmptyEntriesAbstractSelfTest.java | 16 +- .../GridCacheEmptyEntriesLocalSelfTest.java | 16 +- ...dCacheEmptyEntriesPartitionedSelfTest.java | 16 +- .../GridCacheEvictionAbstractTest.java | 16 +- .../GridCacheEvictionFilterSelfTest.java | 16 +- .../GridCacheEvictionLockUnlockSelfTest.java | 16 +- .../GridCacheEvictionTouchSelfTest.java | 16 +- .../cache/eviction/GridCacheMockEntry.java | 16 +- ...eSynchronousEvictionsFailoverSelfTest.java | 16 +- .../GridCacheFifoEvictionPolicySelfTest.java | 16 +- .../GridCacheLruEvictionPolicySelfTest.java | 16 +- ...ridCacheLruNearEvictionPolicySelfTest.java | 16 +- ...NearOnlyLruNearEvictionPolicySelfTest.java | 16 +- ...GridCacheRandomEvictionPolicySelfTest.java | 16 +- ...acheAtomicLocalMetricsNoStoreSelfTest.java | 16 +- .../GridCacheAtomicLocalMetricsSelfTest.java | 16 +- .../GridCacheDaemonNodeLocalSelfTest.java | 16 +- .../GridCacheExLocalFullApiSelfTest.java | 16 +- ...eLocalAtomicBasicStoreNoBatchSelfTest.java | 16 +- ...ridCacheLocalAtomicBasicStoreSelfTest.java | 16 +- .../GridCacheLocalAtomicFullApiSelfTest.java | 16 +- ...calAtomicGetAndTransformStoreSelfTest.java | 16 +- ...acheLocalAtomicOffHeapFullApiSelfTest.java | 16 +- ...ridCacheLocalAtomicProjectionSelfTest.java | 16 +- .../local/GridCacheLocalBasicApiSelfTest.java | 16 +- ...eLocalBasicStoreMultithreadedSelfTest.java | 16 +- ...idCacheLocalBasicStoreNoBatchSelfTest.java | 16 +- .../GridCacheLocalBasicStoreSelfTest.java | 16 +- ...GridCacheLocalByteArrayValuesSelfTest.java | 16 +- .../local/GridCacheLocalEventSelfTest.java | 16 +- .../GridCacheLocalEvictionEventSelfTest.java | 16 +- ...acheLocalFullApiMultithreadedSelfTest.java | 16 +- .../local/GridCacheLocalFullApiSelfTest.java | 16 +- ...acheLocalGetAndTransformStoreSelfTest.java | 16 +- .../GridCacheLocalIteratorsSelfTest.java | 16 +- .../local/GridCacheLocalLoadAllSelfTest.java | 16 +- .../local/GridCacheLocalLockSelfTest.java | 16 +- .../local/GridCacheLocalMetricsSelfTest.java | 16 +- .../GridCacheLocalMultithreadedSelfTest.java | 16 +- .../GridCacheLocalOffHeapFullApiSelfTest.java | 16 +- .../GridCacheLocalProjectionSelfTest.java | 16 +- .../GridCacheLocalRefreshAheadSelfTest.java | 16 +- .../local/GridCacheLocalTtlSelfTest.java | 16 +- .../GridCacheLocalTxExceptionSelfTest.java | 16 +- ...GridCacheLocalTxMultiThreadedSelfTest.java | 16 +- .../cache/local/GridCacheLocalTxReadTest.java | 16 +- ...ridCacheLocalTxSingleThreadedSelfTest.java | 16 +- .../GridCacheLocalTxTimeoutSelfTest.java | 16 +- ...ridCacheSwapScanQueryAbstractSelfTest.java | 16 +- .../query/GridCacheSwapScanQuerySelfTest.java | 16 +- .../cache/query/GridCircularQueueTest.java | 16 +- ...dCacheContinuousQueryAbstractSelfTest.java | 16 +- ...tinuousQueryAtomicNearEnabledSelfTest.java | 16 +- ...tinuousQueryAtomicP2PDisabledSelfTest.java | 16 +- ...ridCacheContinuousQueryAtomicSelfTest.java | 16 +- ...cheContinuousQueryLocalAtomicSelfTest.java | 16 +- ...GridCacheContinuousQueryLocalSelfTest.java | 16 +- ...ontinuousQueryPartitionedOnlySelfTest.java | 16 +- ...usQueryPartitionedP2PDisabledSelfTest.java | 16 +- ...cheContinuousQueryPartitionedSelfTest.java | 16 +- ...ntinuousQueryReplicatedAtomicSelfTest.java | 16 +- ...ousQueryReplicatedP2PDisabledSelfTest.java | 16 +- ...acheContinuousQueryReplicatedSelfTest.java | 16 +- ...acheAbstractReduceFieldsQuerySelfTest.java | 16 +- ...dCacheReduceFieldsQueryAtomicSelfTest.java | 16 +- ...idCacheReduceFieldsQueryLocalSelfTest.java | 16 +- ...eReduceFieldsQueryPartitionedSelfTest.java | 16 +- ...heReduceFieldsQueryReplicatedSelfTest.java | 16 +- .../clock/GridTimeSyncProcessorSelfTest.java | 16 +- .../GridClosureProcessorRemoteTest.java | 16 +- .../closure/GridClosureProcessorSelfTest.java | 16 +- .../continuous/GridEventConsumeSelfTest.java | 16 +- .../continuous/GridMessageListenSelfTest.java | 16 +- .../dataload/GridDataLoaderImplSelfTest.java | 16 +- .../GridDataLoaderPerformanceTest.java | 16 +- .../GridDataLoaderProcessorSelfTest.java | 16 +- ...GgfsPerBlockLruEvictionPolicySelfTest.java | 16 +- .../ggfs/GridGgfsAbstractSelfTest.java | 16 +- .../ggfs/GridGgfsAttributesSelfTest.java | 16 +- .../ggfs/GridGgfsCacheSelfTest.java | 16 +- .../ggfs/GridGgfsCommonAbstractTest.java | 16 +- .../ggfs/GridGgfsDataManagerSelfTest.java | 16 +- .../ggfs/GridGgfsDualAbstractSelfTest.java | 16 +- .../ggfs/GridGgfsDualAsyncSelfTest.java | 16 +- .../ggfs/GridGgfsDualSyncSelfTest.java | 16 +- .../ggfs/GridGgfsFileInfoSelfTest.java | 16 +- .../ggfs/GridGgfsFileMapSelfTest.java | 16 +- ...fsGroupDataBlockKeyMapperHashSelfTest.java | 16 +- .../ggfs/GridGgfsMetaManagerSelfTest.java | 16 +- .../ggfs/GridGgfsMetricsSelfTest.java | 16 +- .../ggfs/GridGgfsModeResolverSelfTest.java | 16 +- .../ggfs/GridGgfsModesSelfTest.java | 16 +- .../GridGgfsPrimaryOffheapTieredSelfTest.java | 16 +- .../GridGgfsPrimaryOffheapValuesSelfTest.java | 16 +- .../ggfs/GridGgfsPrimarySelfTest.java | 16 +- .../ggfs/GridGgfsProcessorSelfTest.java | 16 +- .../GridGgfsProcessorValidationSelfTest.java | 16 +- ...cEndpointRegistrationAbstractSelfTest.java | 16 +- ...ointRegistrationOnLinuxAndMacSelfTest.java | 16 +- ...EndpointRegistrationOnWindowsSelfTest.java | 16 +- .../processors/ggfs/GridGgfsSizeSelfTest.java | 16 +- .../ggfs/GridGgfsStreamsSelfTest.java | 16 +- .../processors/ggfs/GridGgfsTaskSelfTest.java | 16 +- .../ggfs/GridGgfsTestInputStream.java | 16 +- ...ridGgfsAbstractRecordResolverSelfTest.java | 16 +- ...fsByteDelimiterRecordResolverSelfTest.java | 16 +- ...GgfsFixedLengthRecordResolverSelfTest.java | 16 +- ...ewLineDelimiterRecordResolverSelfTest.java | 16 +- ...StringDelimiterRecordResolverSelfTest.java | 16 +- .../GridJobMetricsProcessorLoadTest.java | 16 +- .../port/GridPortProcessorSelfTest.java | 16 +- .../GridCacheCommandHandlerSelfTest.java | 16 +- .../processors/service/DummyService.java | 16 +- .../GridServiceProcessorAbstractSelfTest.java | 16 +- ...rviceProcessorMultiNodeConfigSelfTest.java | 16 +- ...GridServiceProcessorMultiNodeSelfTest.java | 16 +- .../GridServiceProcessorProxySelfTest.java | 16 +- ...ridServiceProcessorSingleNodeSelfTest.java | 16 +- .../GridServiceReassignmentSelfTest.java | 16 +- .../GridStreamerEvictionSelfTest.java | 16 +- .../GridStreamerFailoverSelfTest.java | 16 +- .../GridStreamerLifecycleAwareSelfTest.java | 16 +- .../streamer/GridStreamerSelfTest.java | 16 +- .../processors/streamer/GridTestStage.java | 16 +- .../streamer/GridTestStreamerEventRouter.java | 16 +- .../grid/kernal/processors/streamer/SC.java | 16 +- .../timeout/GridTimeoutProcessorSelfTest.java | 16 +- .../grid/lang/GridBasicPerformanceTest.java | 16 +- .../grid/lang/GridByteArrayListSelfTest.java | 16 +- .../grid/lang/GridFuncPerformanceTest.java | 16 +- .../gridgain/grid/lang/GridFuncSelfTest.java | 16 +- .../lang/GridFutureListenPerformanceTest.java | 16 +- ...ridImmutableCollectionsPerfomanceTest.java | 16 +- .../GridMetadataAwareAdapterSelfTest.java | 16 +- .../grid/lang/GridSetWrapperSelfTest.java | 16 +- .../lang/GridSystemCurrentTimeMillisTest.java | 16 +- .../grid/lang/GridThreadPriorityTest.java | 16 +- .../gridgain/grid/lang/GridTupleSelfTest.java | 16 +- .../gridgain/grid/lang/GridUuidSelfTest.java | 16 +- .../org/gridgain/grid/lang/GridXSelfTest.java | 16 +- ...oundedConcurrentLinkedHashMapSelfTest.java | 16 +- ...idBoundedConcurrentOrderedMapSelfTest.java | 16 +- .../GridCircularBufferPerformanceTest.java | 16 +- .../utils/GridCircularBufferSelfTest.java | 16 +- .../utils/GridConcurrentHashMapSelfTest.java | 16 +- .../GridConcurrentLinkedHashMapSelfTest.java | 16 +- .../GridConcurrentWeakHashSetSelfTest.java | 16 +- .../utils/GridConsistentHashSelfTest.java | 16 +- .../utils/GridLeanMapPerformanceTest.java | 16 +- .../grid/lang/utils/GridLeanMapSelfTest.java | 16 +- .../grid/lang/utils/GridListSetSelfTest.java | 16 +- .../grid/lang/utils/GridPCollectionsTest.java | 16 +- .../lang/utils/GridStripedLockSelfTest.java | 16 +- .../grid/lang/utils/GridTrieMapSelfTest.java | 16 +- .../grid/loadtest/GridLoadTestStatistics.java | 16 +- .../loadtest/GridSingleExecutionTest.java | 16 +- ...FileSwapSpaceSpiMultithreadedLoadTest.java | 16 +- .../grid/logger/java/GridJavaLoggerTest.java | 16 +- .../GridMarshallerAbstractTest.java | 16 +- .../GridMarshallerExternalizableBean.java | 16 +- .../GridMarshallerPerformanceTest.java | 16 +- .../GridMarshallerResourceBean.java | 16 +- .../GridMarshallerTestAbstractBean.java | 16 +- .../marshaller/GridMarshallerTestBean.java | 16 +- .../GridMarshallerTestInheritedBean.java | 16 +- .../jdk/GridJdkMarshallerSelfTest.java | 16 +- .../GridOptimizedMarshallerEnumSelfTest.java | 16 +- .../GridOptimizedObjectStreamSelfTest.java | 20 +- .../GridTestTcpDiscoveryIpFinderAdapter.java | 16 +- ...shallerSerialPersistentFieldsSelfTest.java | 16 +- ...idMessagingNoPeerClassLoadingSelfTest.java | 16 +- .../GridAbstractMultinodeRedeployTest.java | 16 +- ...ltinodeRedeployContinuousModeSelfTest.java | 16 +- ...MultinodeRedeployIsolatedModeSelfTest.java | 16 +- ...dMultinodeRedeployPrivateModeSelfTest.java | 16 +- ...idMultinodeRedeploySharedModeSelfTest.java | 16 +- .../grid/p2p/GridP2PClassLoadingSelfTest.java | 16 +- .../GridP2PContinuousDeploymentSelfTest.java | 16 +- .../GridP2PDifferentClassLoaderSelfTest.java | 16 +- .../p2p/GridP2PDoubleDeploymentSelfTest.java | 16 +- .../p2p/GridP2PHotRedeploymentSelfTest.java | 16 +- .../p2p/GridP2PJobClassLoaderSelfTest.java | 16 +- .../p2p/GridP2PLocalDeploymentSelfTest.java | 16 +- ...ridP2PMissedResourceCacheSizeSelfTest.java | 16 +- .../grid/p2p/GridP2PNodeLeftSelfTest.java | 16 +- .../p2p/GridP2PRecursionTaskSelfTest.java | 16 +- .../GridP2PRemoteClassLoadersSelfTest.java | 16 +- .../p2p/GridP2PSameClassLoaderSelfTest.java | 16 +- .../org/gridgain/grid/p2p/GridP2PTestJob.java | 16 +- .../gridgain/grid/p2p/GridP2PTestTask.java | 16 +- .../grid/p2p/GridP2PTimeoutSelfTest.java | 16 +- .../grid/p2p/GridP2PUndeploySelfTest.java | 16 +- .../grid/p2p/GridSwapSpaceCustomKey.java | 16 +- .../grid/p2p/GridSwapSpaceCustomValue.java | 16 +- .../product/GridProductVersionSelfTest.java | 16 +- ...ssionCancelSiblingsFromFutureSelfTest.java | 16 +- ...dSessionCancelSiblingsFromJobSelfTest.java | 16 +- ...SessionCancelSiblingsFromTaskSelfTest.java | 16 +- ...GridSessionCheckpointAbstractSelfTest.java | 16 +- .../GridSessionCheckpointSelfTest.java | 16 +- .../GridSessionCollisionSpiSelfTest.java | 16 +- ...SessionFutureWaitJobAttributeSelfTest.java | 16 +- ...essionFutureWaitTaskAttributeSelfTest.java | 16 +- .../GridSessionJobFailoverSelfTest.java | 16 +- ...idSessionJobWaitTaskAttributeSelfTest.java | 16 +- .../grid/session/GridSessionLoadSelfTest.java | 16 +- ...GridSessionSetFutureAttributeSelfTest.java | 16 +- ...etFutureAttributeWaitListenerSelfTest.java | 16 +- .../GridSessionSetJobAttribute2SelfTest.java | 16 +- ...idSessionSetJobAttributeOrderSelfTest.java | 16 +- .../GridSessionSetJobAttributeSelfTest.java | 16 +- ...onSetJobAttributeWaitListenerSelfTest.java | 16 +- .../GridSessionSetTaskAttributeSelfTest.java | 16 +- ...idSessionTaskWaitJobAttributeSelfTest.java | 16 +- .../GridSessionWaitAttributeSelfTest.java | 16 +- .../grid/session/GridThreadSerialNumber.java | 16 +- .../spi/GridSpiLocalHostInjectionTest.java | 16 +- .../spi/GridSpiStartStopAbstractTest.java | 16 +- .../gridgain/grid/spi/GridTcpForwarder.java | 16 +- .../spi/GridTcpSpiForwardingSelfTest.java | 16 +- .../GridCheckpointSpiAbstractTest.java | 16 +- .../checkpoint/GridCheckpointTestState.java | 16 +- ...CacheCheckpointSpiSecondCacheSelfTest.java | 16 +- .../GridJdbcCheckpointSpiConfigSelfTest.java | 16 +- ...JdbcCheckpointSpiCustomConfigSelfTest.java | 16 +- ...dbcCheckpointSpiDefaultConfigSelfTest.java | 16 +- ...ridJdbcCheckpointSpiStartStopSelfTest.java | 16 +- ...idSharedFsCheckpointSpiConfigSelfTest.java | 16 +- ...dFsCheckpointSpiMultiThreadedSelfTest.java | 16 +- ...ckpointSpiMultipleDirectoriesSelfTest.java | 16 +- .../GridSharedFsCheckpointSpiSelfTest.java | 16 +- ...haredFsCheckpointSpiStartStopSelfTest.java | 16 +- .../collision/GridCollisionTestContext.java | 16 +- .../GridTestCollisionJobContext.java | 16 +- .../GridTestCollisionTaskSession.java | 16 +- ...idFifoQueueCollisionSpiConfigSelfTest.java | 16 +- .../GridFifoQueueCollisionSpiSelfTest.java | 16 +- ...ifoQueueCollisionSpiStartStopSelfTest.java | 16 +- ...tealingCollisionSpiAttributesSelfTest.java | 16 +- ...JobStealingCollisionSpiConfigSelfTest.java | 16 +- ...ingCollisionSpiCustomTopologySelfTest.java | 16 +- .../GridJobStealingCollisionSpiSelfTest.java | 16 +- ...StealingCollisionSpiStartStopSelfTest.java | 16 +- ...iorityQueueCollisionSpiConfigSelfTest.java | 16 +- ...GridPriorityQueueCollisionSpiSelfTest.java | 16 +- ...ityQueueCollisionSpiStartStopSelfTest.java | 16 +- .../GridAbstractCommunicationSelfTest.java | 16 +- .../spi/communication/GridTestMessage.java | 16 +- .../tcp/GridCacheDhtLockBackupSelfTest.java | 16 +- .../tcp/GridOrderedMessageCancelSelfTest.java | 16 +- .../GridTcpCommunicationSpiAbstractTest.java | 16 +- ...unicationSpiConcurrentConnectSelfTest.java | 16 +- ...GridTcpCommunicationSpiConfigSelfTest.java | 16 +- .../tcp/GridTcpCommunicationSpiLanTest.java | 16 +- ...CommunicationSpiMultithreadedSelfTest.java | 16 +- ...ommunicationSpiMultithreadedShmemTest.java | 16 +- ...municationSpiMultithreadedTcpSelfTest.java | 16 +- ...cpCommunicationSpiRecoveryAckSelfTest.java | 16 +- ...idTcpCommunicationSpiRecoverySelfTest.java | 16 +- .../GridTcpCommunicationSpiShmemSelfTest.java | 16 +- ...dTcpCommunicationSpiStartStopSelfTest.java | 16 +- ...CommunicationSpiTcpNoDelayOffSelfTest.java | 16 +- .../GridTcpCommunicationSpiTcpSelfTest.java | 16 +- .../local/GridLocalDeploymentSpiSelfTest.java | 16 +- ...idLocalDeploymentSpiStartStopSelfTest.java | 16 +- ...dAbstractDiscoveryRandomStartStopTest.java | 16 +- .../GridAbstractDiscoverySelfTest.java | 16 +- .../discovery/GridAbstractDiscoveryTest.java | 16 +- .../GridDiscoveryMetricsHelperSelfTest.java | 16 +- .../GridTcpDiscoveryConcurrentStartTest.java | 16 +- ...idTcpDiscoveryMarshallerCheckSelfTest.java | 16 +- .../GridTcpDiscoveryMultiThreadedTest.java | 16 +- .../tcp/GridTcpDiscoverySelfTest.java | 16 +- .../GridTcpDiscoverySnapshotHistoryTest.java | 16 +- .../GridTcpDiscoverySpiConfigSelfTest.java | 16 +- ...ridTcpDiscoverySpiRandomStartStopTest.java | 16 +- .../tcp/GridTcpDiscoverySpiSelfTest.java | 16 +- .../GridTcpDiscoverySpiStartStopSelfTest.java | 16 +- .../GridTcpDiscoverySpiWildcardSelfTest.java | 16 +- ...dTcpDiscoveryIpFinderAbstractSelfTest.java | 16 +- .../GridTcpDiscoveryJdbcIpFinderSelfTest.java | 16 +- ...TcpDiscoveryMulticastIpFinderSelfTest.java | 16 +- ...dTcpDiscoverySharedFsIpFinderSelfTest.java | 16 +- .../GridTcpDiscoveryVmIpFinderSelfTest.java | 16 +- ...DiscoveryMetricsStoreAbstractSelfTest.java | 16 +- ...eryJdbcMetricsStoreInitSchemaSelfTest.java | 16 +- ...dTcpDiscoveryJdbcMetricsStoreSelfTest.java | 16 +- ...DiscoverySharedFsMetricsStoreSelfTest.java | 16 +- ...ridTcpDiscoveryVmMetricsStoreSelfTest.java | 16 +- ...moryEventStorageMultiThreadedSelfTest.java | 16 +- ...idMemoryEventStorageSpiConfigSelfTest.java | 16 +- .../GridMemoryEventStorageSpiSelfTest.java | 16 +- ...emoryEventStorageSpiStartStopSelfTest.java | 16 +- .../spi/failover/GridFailoverTestContext.java | 16 +- .../GridAlwaysFailoverSpiConfigSelfTest.java | 16 +- .../always/GridAlwaysFailoverSpiSelfTest.java | 16 +- ...ridAlwaysFailoverSpiStartStopSelfTest.java | 16 +- ...dJobStealingFailoverSpiConfigSelfTest.java | 16 +- ...JobStealingFailoverSpiOneNodeSelfTest.java | 16 +- .../GridJobStealingFailoverSpiSelfTest.java | 16 +- ...bStealingFailoverSpiStartStopSelfTest.java | 16 +- .../never/GridNeverFailoverSpiSelfTest.java | 16 +- ...GridNeverFailoverSpiStartStopSelfTest.java | 16 +- ...daptiveLoadBalancingSpiConfigSelfTest.java | 16 +- ...eLoadBalancingSpiMultipleNodeSelfTest.java | 16 +- .../GridAdaptiveLoadBalancingSpiSelfTest.java | 16 +- ...tiveLoadBalancingSpiStartStopSelfTest.java | 16 +- ...ancingNotPerTaskMultithreadedSelfTest.java | 16 +- ...obinLoadBalancingSpiLocalNodeSelfTest.java | 16 +- ...LoadBalancingSpiMultipleNodesSelfTest.java | 16 +- ...binLoadBalancingSpiNotPerTaskSelfTest.java | 16 +- ...obinLoadBalancingSpiStartStopSelfTest.java | 16 +- ...oadBalancingSpiTopologyChangeSelfTest.java | 16 +- .../roundrobin/GridRoundRobinTestUtils.java | 16 +- ...dRandomLoadBalancingSpiConfigSelfTest.java | 16 +- ...eightedRandomLoadBalancingSpiSelfTest.java | 16 +- ...ndomLoadBalancingSpiStartStopSelfTest.java | 16 +- ...andomLoadBalancingSpiWeightedSelfTest.java | 16 +- .../GridSwapSpaceSpiAbstractSelfTest.java | 16 +- .../file/GridFileSwapCompactionSelfTest.java | 16 +- .../file/GridFileSwapSpaceSpiSelfTest.java | 16 +- .../inmemory/GridTestSwapSpaceSpi.java | 16 +- .../noop/GridNoopSwapSpaceSpiSelfTest.java | 16 +- .../cmdline/GridCommandLineLoaderTest.java | 16 +- .../GridCommandLineTransformerSelfTest.java | 20 +- .../servlet/GridServletLoaderTest.java | 16 +- .../index/GridStreamerIndexSelfTest.java | 16 +- .../window/GridStreamerWindowSelfTest.java | 16 +- ...GridThreadPoolExecutorServiceSelfTest.java | 16 +- .../gridgain/grid/thread/GridThreadTest.java | 16 +- ...oncurrentLinkedDequeMultiThreadedTest.java | 16 +- .../GridConcurrentLinkedDequeSelfTest.java | 16 +- ...entLinkedHashMapMultiThreadedSelfTest.java | 16 +- .../gridgain/grid/util/GridIndexFillTest.java | 16 +- .../grid/util/GridLogThrottleTest.java | 16 +- .../grid/util/GridLongListSelfTest.java | 16 +- .../gridgain/grid/util/GridQueueSelfTest.java | 16 +- .../grid/util/GridRandomSelfTest.java | 16 +- .../grid/util/GridSnapshotLockSelfTest.java | 16 +- .../util/GridSpinReadWriteLockSelfTest.java | 16 +- ...tupWithSpecifiedWorkDirectorySelfTest.java | 16 +- ...rtupWithUndefinedGridGainHomeSelfTest.java | 16 +- .../GridStringBuilderFactorySelfTest.java | 16 +- .../grid/util/GridTestClockTimer.java | 16 +- .../util/GridTopologyHeapSizeSelfTest.java | 16 +- .../gridgain/grid/util/GridTransientTest.java | 16 +- .../gridgain/grid/util/GridUtilsSelfTest.java | 16 +- .../future/GridCompoundFutureSelfTest.java | 16 +- .../future/GridEmbeddedFutureSelfTest.java | 16 +- .../future/GridFinishedFutureSelfTest.java | 16 +- .../future/GridFutureAdapterSelfTest.java | 16 +- .../GridFutureListenPerformanceTest.java | 16 +- .../grid/util/future/GridFutureQueueTest.java | 16 +- .../nio/GridNioEmbeddedFutureSelfTest.java | 16 +- .../future/nio/GridNioFutureSelfTest.java | 16 +- ...idUnsafeDataOutputArraySizingSelfTest.java | 16 +- ...IpcServerEndpointDeserializerSelfTest.java | 16 +- .../shmem/GridGgfsSharedMemoryTestClient.java | 16 +- .../shmem/GridGgfsSharedMemoryTestServer.java | 16 +- ...IpcSharedMemoryCrashDetectionSelfTest.java | 16 +- .../shmem/GridIpcSharedMemoryFakeClient.java | 16 +- .../shmem/GridIpcSharedMemoryNodeStartup.java | 16 +- .../GridIpcSharedMemorySpaceSelfTest.java | 16 +- .../GridIpcSharedMemoryUtilsSelfTest.java | 16 +- .../GridIpcSharedMemoryBenchmarkParty.java | 16 +- .../GridIpcSharedMemoryBenchmarkReader.java | 16 +- .../GridIpcSharedMemoryBenchmarkWriter.java | 16 +- .../grid/util/mbeans/GridMBeanSelfTest.java | 16 +- .../grid/util/nio/GridNioSelfTest.java | 16 +- .../nio/GridNioSessionMetaKeySelfTest.java | 16 +- .../grid/util/nio/GridNioSslSelfTest.java | 16 +- .../grid/util/nio/GridRoundTripTest.java | 16 +- .../nio/impl/GridNioFilterChainSelfTest.java | 16 +- .../util/offheap/GridByteArrayWrapper.java | 16 +- .../GridOffHeapMapAbstractSelfTest.java | 16 +- ...GridOffHeapMapPerformanceAbstractTest.java | 16 +- ...OffHeapPartitionedMapAbstractSelfTest.java | 16 +- ...PartitionedMapPerformanceAbstractTest.java | 16 +- .../unsafe/GridOffheapSnapTreeSelfTest.java | 16 +- .../unsafe/GridUnsafeMapPerformanceTest.java | 16 +- .../offheap/unsafe/GridUnsafeMapSelfTest.java | 16 +- .../unsafe/GridUnsafeMemorySelfTest.java | 16 +- ...idUnsafePartitionedMapPerformanceTest.java | 16 +- .../GridUnsafePartitionedMapSelfTest.java | 16 +- .../unsafe/GridUnsafeStripedLruSefTest.java | 16 +- .../tostring/GridToStringBuilderSelfTest.java | 16 +- .../gridgain/jvmtest/BlockingQueueTest.java | 16 +- .../gridgain/jvmtest/ConcurrentMapTest.java | 16 +- .../java/org/gridgain/jvmtest/FileIOTest.java | 16 +- .../org/gridgain/jvmtest/FileLocksTest.java | 16 +- .../gridgain/jvmtest/LinkedHashMapTest.java | 16 +- .../gridgain/jvmtest/MultipleFileIOTest.java | 16 +- .../gridgain/jvmtest/NetworkFailureTest.java | 16 +- .../QueueSizeCounterMultiThreadedTest.java | 16 +- .../ReadWriteLockMultiThreadedTest.java | 16 +- .../java/org/gridgain/jvmtest/RegExpTest.java | 16 +- .../ServerSocketMultiThreadedTest.java | 16 +- .../GridCacheLoadPopulationTask.java | 16 +- .../loadtests/GridCacheMultiNodeLoadTest.java | 16 +- .../cache/GridCacheAbstractLoadTest.java | 16 +- ...dCacheAffinityTransactionsOffHeapTest.java | 16 +- .../loadtests/cache/GridCacheBenchmark.java | 16 +- .../GridCacheDataStructuresLoadTest.java | 16 +- .../GridCacheGroupLockComparisonTest.java | 16 +- .../loadtests/cache/GridCacheLoadTest.java | 16 +- .../cache/GridCachePutRemoveLoadTest.java | 16 +- .../cache/GridCacheSingleNodeLoadTest.java | 16 +- .../cache/GridCacheSwapLoadTest.java | 16 +- .../GridCacheWriteBehindStoreLoadTest.java | 16 +- .../capacity/GridCapacityLoadTest.java | 16 +- .../capacity/spring-capacity-cache.xml | 16 +- .../colocation/GridTestCacheStore.java | 16 +- .../colocation/GridTestConstants.java | 16 +- .../loadtests/colocation/GridTestKey.java | 16 +- .../colocation/GridTestLifecycleBean.java | 16 +- .../loadtests/colocation/GridTestMain.java | 16 +- .../colocation/spring-colocation.xml | 16 +- .../communication/GridIoManagerBenchmark.java | 16 +- .../GridIoManagerBenchmark0.java | 16 +- .../GridTcpCommunicationBenchmark.java | 16 +- .../communication/GridTestMessage.java | 16 +- .../GridContinuousOperationsLoadTest.java | 16 +- ...ridCachePartitionedAtomicLongLoadTest.java | 16 +- .../direct/multisplit/GridLoadTestJob.java | 16 +- .../multisplit/GridLoadTestJobTarget.java | 16 +- .../direct/multisplit/GridLoadTestTask.java | 16 +- .../multisplit/GridMultiSplitsLoadTest.java | 16 +- .../GridMultiSplitsRedeployLoadTest.java | 16 +- .../GridSingleSplitNewNodesTestJobTarget.java | 16 +- .../GridSingleSplitNewNodesTestTask.java | 16 +- ...dSingleSplitsNewNodesAbstractLoadTest.java | 16 +- ...SingleSplitsNewNodesMulticastLoadTest.java | 16 +- .../GridSingleSplitsRedeployLoadTest.java | 16 +- .../direct/session/GridSessionLoadTest.java | 16 +- .../session/GridSessionLoadTestJob.java | 16 +- .../session/GridSessionLoadTestTask.java | 16 +- .../direct/stealing/GridStealingLoadTest.java | 16 +- .../stealing/GridStealingLoadTestJob.java | 16 +- .../stealing/GridStealingLoadTestTask.java | 16 +- .../discovery/GridGcTimeoutTest.java | 16 +- .../gridgain/loadtests/dsi/GridDsiClient.java | 16 +- .../loadtests/dsi/GridDsiLifecycleBean.java | 16 +- .../loadtests/dsi/GridDsiMessage.java | 16 +- .../loadtests/dsi/GridDsiPerfJob.java | 16 +- .../loadtests/dsi/GridDsiRequest.java | 16 +- .../loadtests/dsi/GridDsiRequestTask.java | 16 +- .../loadtests/dsi/GridDsiResponse.java | 16 +- .../loadtests/dsi/GridDsiResponseTask.java | 16 +- .../loadtests/dsi/GridDsiSession.java | 16 +- .../GridBenchmarkCacheGetLoadTest.java | 16 +- ...oundedConcurrentLinkedHashSetLoadTest.java | 16 +- .../hashmap/GridCacheTestContext.java | 16 +- .../hashmap/GridHashMapLoadTest.java | 16 +- .../job/GridJobExecutionLoadTestClient.java | 16 +- ...idJobExecutionLoadTestClientSemaphore.java | 16 +- .../job/GridJobExecutionLoadTestJob.java | 16 +- .../job/GridJobExecutionLoadTestServer.java | 16 +- .../job/GridJobExecutionLoadTestTask.java | 16 +- .../GridJobExecutionSingleNodeLoadTest.java | 16 +- ...bExecutionSingleNodeSemaphoreLoadTest.java | 16 +- .../loadtests/job/GridJobLoadTest.java | 16 +- .../loadtests/job/GridJobLoadTestJob.java | 16 +- .../loadtests/job/GridJobLoadTestParams.java | 16 +- .../job/GridJobLoadTestSubmitter.java | 16 +- .../loadtests/job/GridJobLoadTestTask.java | 16 +- .../GridConcurrentLinkedHashMapBenchmark.java | 16 +- .../mapper/GridContinuousMapperLoadTest1.java | 16 +- .../mapper/GridContinuousMapperLoadTest2.java | 16 +- .../mapper/GridContinuousMapperTask1.java | 16 +- .../mapper/GridContinuousMapperTask2.java | 16 +- .../loadtests/mapper/GridNodeStartup.java | 16 +- .../gridgain/loadtests/mapper/TestObject.java | 16 +- .../mergesort/GridMergeSortLoadTask.java | 16 +- .../mergesort/GridMergeSortLoadTest.java | 16 +- .../loadtests/nio/GridNioBenchmarkClient.java | 16 +- .../loadtests/nio/GridNioBenchmarkTest.java | 16 +- ...GridOffHeapMapPerformanceAbstractTest.java | 16 +- ...PartitionedMapPerformanceAbstractTest.java | 16 +- .../unsafe/GridUnsafeMapPerformanceTest.java | 16 +- ...idUnsafePartitionedMapPerformanceTest.java | 16 +- .../loadtests/streamer/EventClosure.java | 16 +- .../streamer/GridStreamerBenchmark.java | 16 +- .../streamer/GridStreamerIndexLoadTest.java | 16 +- .../loadtests/streamer/GridStreamerLoad.java | 16 +- .../loadtests/streamer/IndexUpdater.java | 16 +- .../loadtests/streamer/QueryClosure.java | 16 +- .../streamer/average/TestAverage.java | 16 +- .../loadtests/streamer/average/TestStage.java | 16 +- .../swap/GridSwapEvictAllBenchmark.java | 16 +- .../loadtests/util/GridCumulativeAverage.java | 16 +- .../loadtests/util/GridLoadTestArgs.java | 16 +- .../startup/GridRandomCommandLineLoader.java | 16 +- .../gridgain/startup/GridVmNodesStarter.java | 16 +- .../gridgain/testframework/GridFileLock.java | 16 +- .../testframework/GridJarClassLoader.java | 16 +- .../testframework/GridLoadTestUtils.java | 16 +- .../testframework/GridSpiTestContext.java | 16 +- .../testframework/GridStringLogger.java | 16 +- .../testframework/GridTestClassLoader.java | 16 +- .../GridTestExternalClassLoader.java | 16 +- .../gridgain/testframework/GridTestNode.java | 16 +- .../GridTestSafeThreadFactory.java | 16 +- .../testframework/GridTestThread.java | 16 +- .../gridgain/testframework/GridTestUtils.java | 16 +- .../config/GridTestProperties.java | 16 +- .../http/GridEmbeddedHttpServer.java | 16 +- .../junits/GridAbstractTest.java | 16 +- .../junits/GridTestKernalContext.java | 16 +- .../junits/GridTestResources.java | 16 +- .../cache/GridAbstractCacheStoreSelfTest.java | 16 +- .../common/GridAbstractExamplesTest.java | 16 +- .../GridAbstractLifecycleAwareSelfTest.java | 16 +- .../junits/common/GridCommonAbstractTest.java | 16 +- .../junits/common/GridCommonTest.java | 16 +- .../logger/GridLog4jRollingFileAppender.java | 16 +- .../junits/logger/GridTestLog4jLogger.java | 16 +- .../junits/spi/GridSpiAbstractConfigTest.java | 16 +- .../junits/spi/GridSpiAbstractTest.java | 16 +- .../testframework/junits/spi/GridSpiTest.java | 16 +- .../junits/spi/GridSpiTestConfig.java | 16 +- .../GridCacheDataStructuresSelfTestSuite.java | 16 +- .../testsuites/GridCacheDgcSelfTestSuite.java | 16 +- .../GridCacheEvictionSelfTestSuite.java | 16 +- .../GridCacheFullApiSelfTestSuite.java | 16 +- .../GridCacheGroupLockSelfTestSuite.java | 16 +- .../GridCacheIteratorsSelfTestSuite.java | 16 +- .../GridCacheMetricsSelfTestSuite.java | 16 +- .../GridCacheNearOnlySelfTestSuite.java | 16 +- .../GridCacheTxRecoverySelfTestSuite.java | 16 +- .../GridCacheWriteBehindTestSuite.java | 16 +- .../GridContinuousTaskSelfTestSuite.java | 16 +- .../GridExternalizableSelfTestSuite.java | 16 +- .../GridIpcSharedMemorySelfTestSuite.java | 16 +- .../GridJobMetricsSelfTestSuite.java | 16 +- .../testsuites/GridKernalSelfTestSuite.java | 16 +- .../testsuites/GridLangSelfTestSuite.java | 16 +- .../testsuites/GridLoadersSelfTestSuite.java | 16 +- .../testsuites/GridLoggingSelfTestSuite.java | 16 +- .../GridMarshallerSelfTestSuite.java | 16 +- .../testsuites/GridP2PSelfTestSuite.java | 16 +- .../testsuites/GridRichSelfTestSuite.java | 16 +- .../GridSpiCheckpointSelfTestSuite.java | 16 +- .../GridSpiCollisionSelfTestSuite.java | 16 +- .../GridSpiCommunicationSelfTestSuite.java | 16 +- .../GridSpiDeploymentSelfTestSuite.java | 16 +- .../GridSpiDiscoverySelfTestSuite.java | 16 +- .../GridSpiEventStorageSelfTestSuite.java | 16 +- .../GridSpiFailoverSelfTestSuite.java | 16 +- .../GridSpiIndexingSelfTestSuite.java | 16 +- .../GridSpiLoadBalancingSelfTestSuite.java | 16 +- .../GridSpiSwapSpaceSelfTestSuite.java | 16 +- .../testsuites/GridStreamerSelfTestSuite.java | 16 +- .../GridTaskSessionSelfTestSuite.java | 16 +- .../GridTimeoutProcessorSelfTestSuite.java | 16 +- .../testsuites/GridUtilSelfTestSuite.java | 16 +- .../testsuites/bamboo/GridBasicTestSuite.java | 16 +- .../bamboo/GridCacheFailoverTestSuite.java | 16 +- .../bamboo/GridComputeGridTestSuite.java | 16 +- .../bamboo/GridDataGridRestartTestSuite.java | 16 +- .../bamboo/GridDataGridTestSuite.java | 16 +- .../testsuites/bamboo/GridGgfsTestSuite.java | 16 +- .../bamboo/GridRestHandlerTestSuite.java | 16 +- .../testsuites/bamboo/GridSpiTestSuite.java | 16 +- .../resources/load/js/gg-loadtest-server.js | 16 +- .../src/test/webapp/META-INF/gg-config.xml | 16 +- modules/core/src/test/webapp/WEB-INF/web.xml | 16 +- .../processors/email/GridEmailProcessor.java | 16 +- modules/extdata/p2p/META-INF/gridgain.xml | 16 +- .../tests/p2p/GridCacheDeploymentTestKey.java | 16 +- .../p2p/GridCacheDeploymentTestTask1.java | 16 +- .../p2p/GridCacheDeploymentTestTask2.java | 16 +- .../p2p/GridCacheDeploymentTestTask3.java | 16 +- .../p2p/GridCacheDeploymentTestValue.java | 16 +- .../p2p/GridCacheDeploymentTestValue2.java | 16 +- .../p2p/GridCacheDeploymentTestValue3.java | 16 +- .../tests/p2p/GridEventConsumeFilter.java | 16 +- .../GridEventConsumeProjectionPredicate.java | 16 +- .../p2p/GridExternalAffinityFunction.java | 16 +- .../p2p/GridExternalAffinityKeyMapper.java | 16 +- .../GridExternalCacheQueryReducerClosure.java | 16 +- .../p2p/GridP2PAwareTestUserResource.java | 16 +- .../p2p/GridP2PContinuousDeploymentTask1.java | 16 +- .../p2p/GridP2PContinuousDeploymentTask2.java | 16 +- .../p2p/GridP2PEventFilterExternalPath1.java | 16 +- .../p2p/GridP2PEventFilterExternalPath2.java | 16 +- .../p2p/GridP2PTestTaskExternalPath1.java | 16 +- .../p2p/GridP2PTestTaskExternalPath2.java | 16 +- .../p2p/GridSingleSplitTestJobTarget.java | 16 +- .../tests/p2p/GridSingleSplitTestTask.java | 16 +- .../tests/p2p/GridTestMessageListener.java | 16 +- .../grid/tests/p2p/GridTestMessageTopic.java | 16 +- .../grid/tests/p2p/GridTestUserResource.java | 16 +- .../tests/p2p/GridTestVersionConverter.java | 16 +- .../GridUriDeploymentAbstractTestTask.java | 16 +- .../tasks/GridUriDeploymentDependency1.java | 16 +- .../tasks/GridUriDeploymentDependency2.java | 16 +- .../tasks/GridUriDeploymentInnerTestTask.java | 16 +- .../GridUriDeploymentInterfaceTestTask.java | 16 +- .../GridUriDeploymentNonePublicTestTask.java | 16 +- .../uri/tasks/GridUriDeploymentTestTask0.java | 16 +- .../uri/tasks/GridUriDeploymentTestTask1.java | 16 +- .../uri/tasks/GridUriDeploymentTestTask2.java | 16 +- .../uri/tasks/GridUriDeploymentTestTask3.java | 16 +- .../uri/tasks/GridUriDeploymentTestTask4.java | 16 +- .../uri/tasks/GridUriDeploymentTestTask5.java | 16 +- .../uri/tasks/GridUriDeploymentTestTask6.java | 16 +- .../GridUriDeploymentTestWithNameTask0.java | 16 +- .../GridUriDeploymentTestWithNameTask3.java | 16 +- .../GridUriDeploymentTestWithNameTask4.java | 16 +- .../GridUriDeploymentTestWithNameTask5.java | 16 +- .../GridUriDeploymentTestWithNameTask6.java | 16 +- .../GridUriDeploymentTestWithNameTask7.java | 16 +- .../grid/spi/deployment/uri/tasks/spring1.xml | 16 +- .../grid/spi/deployment/uri/tasks/spring2.xml | 16 +- .../hadoop/GridHadoopClientProtocol.java | 16 +- .../GridHadoopClientProtocolProvider.java | 16 +- .../counter/GridHadoopClientCounterGroup.java | 16 +- .../counter/GridHadoopClientCounters.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopParameters.java | 16 +- .../hadoop/v1/GridGgfsHadoopFileSystem.java | 16 +- .../hadoop/v2/GridGgfsHadoopFileSystem.java | 16 +- .../grid/hadoop/GridHadoopDefaultJobInfo.java | 16 +- .../gridgain/grid/hadoop/GridHadoopSetup.java | 16 +- .../kernal/ggfs/hadoop/GridGgfsHadoop.java | 16 +- .../GridGgfsHadoopCommunicationException.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopEndpoint.java | 16 +- .../kernal/ggfs/hadoop/GridGgfsHadoopEx.java | 16 +- .../hadoop/GridGgfsHadoopFSProperties.java | 16 +- .../GridGgfsHadoopFileSystemWrapper.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopFuture.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopInProc.java | 16 +- .../hadoop/GridGgfsHadoopInputStream.java | 16 +- .../kernal/ggfs/hadoop/GridGgfsHadoopIo.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopIpcIo.java | 16 +- .../hadoop/GridGgfsHadoopIpcIoListener.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopJclLogger.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopOutProc.java | 16 +- .../hadoop/GridGgfsHadoopOutputStream.java | 16 +- .../GridGgfsHadoopProxyInputStream.java | 16 +- .../GridGgfsHadoopProxyOutputStream.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopReader.java | 16 +- .../hadoop/GridGgfsHadoopStreamDelegate.java | 16 +- .../GridGgfsHadoopStreamEventListener.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopUtils.java | 16 +- .../ggfs/hadoop/GridGgfsHadoopWrapper.java | 16 +- .../hadoop/GridHadoopClassLoader.java | 16 +- .../hadoop/GridHadoopComponent.java | 16 +- .../processors/hadoop/GridHadoopContext.java | 16 +- .../processors/hadoop/GridHadoopImpl.java | 16 +- .../hadoop/GridHadoopProcessor.java | 16 +- .../GridHadoopTaskCancelledException.java | 16 +- .../processors/hadoop/GridHadoopUtils.java | 16 +- .../counter/GridHadoopCounterAdapter.java | 16 +- .../counter/GridHadoopCountersImpl.java | 16 +- .../counter/GridHadoopFSCounterWriter.java | 16 +- .../hadoop/counter/GridHadoopLongCounter.java | 16 +- .../counter/GridHadoopPerformanceCounter.java | 16 +- .../fs/GridHadoopDistributedFileSystem.java | 16 +- .../hadoop/fs/GridHadoopFileSystemsUtils.java | 16 +- .../fs/GridHadoopLocalFileSystemV1.java | 16 +- .../fs/GridHadoopLocalFileSystemV2.java | 16 +- .../fs/GridHadoopRawLocalFileSystem.java | 16 +- .../jobtracker/GridHadoopJobMetadata.java | 16 +- .../jobtracker/GridHadoopJobTracker.java | 16 +- .../hadoop/message/GridHadoopMessage.java | 16 +- .../GridHadoopDefaultMapReducePlan.java | 16 +- .../GridHadoopDefaultMapReducePlanner.java | 16 +- .../GridHadoopProtocolJobCountersTask.java | 16 +- .../GridHadoopProtocolJobStatusTask.java | 16 +- .../proto/GridHadoopProtocolKillJobTask.java | 16 +- .../GridHadoopProtocolNextTaskIdTask.java | 16 +- .../GridHadoopProtocolSubmitJobTask.java | 16 +- .../proto/GridHadoopProtocolTaskAdapter.java | 16 +- .../GridHadoopProtocolTaskArguments.java | 16 +- .../hadoop/shuffle/GridHadoopShuffle.java | 16 +- .../hadoop/shuffle/GridHadoopShuffleAck.java | 16 +- .../hadoop/shuffle/GridHadoopShuffleJob.java | 16 +- .../shuffle/GridHadoopShuffleMessage.java | 16 +- .../GridHadoopConcurrentHashMultimap.java | 16 +- .../collections/GridHadoopHashMultimap.java | 16 +- .../GridHadoopHashMultimapBase.java | 16 +- .../collections/GridHadoopMultimap.java | 16 +- .../collections/GridHadoopMultimapBase.java | 16 +- .../collections/GridHadoopSkipList.java | 16 +- .../streams/GridHadoopDataInStream.java | 16 +- .../streams/GridHadoopDataOutStream.java | 16 +- .../streams/GridHadoopOffheapBuffer.java | 16 +- .../GridHadoopEmbeddedTaskExecutor.java | 16 +- .../GridHadoopExecutorService.java | 16 +- .../taskexecutor/GridHadoopRunnableTask.java | 16 +- .../GridHadoopTaskExecutorAdapter.java | 16 +- .../taskexecutor/GridHadoopTaskState.java | 16 +- .../taskexecutor/GridHadoopTaskStatus.java | 16 +- .../GridHadoopExternalTaskExecutor.java | 16 +- .../GridHadoopExternalTaskMetadata.java | 16 +- .../GridHadoopJobInfoUpdateRequest.java | 16 +- .../GridHadoopPrepareForJobRequest.java | 16 +- .../external/GridHadoopProcessDescriptor.java | 16 +- .../external/GridHadoopProcessStartedAck.java | 16 +- .../GridHadoopTaskExecutionRequest.java | 16 +- .../GridHadoopTaskFinishedMessage.java | 16 +- .../child/GridHadoopChildProcessRunner.java | 16 +- .../GridHadoopExternalProcessStarter.java | 16 +- ...GridHadoopAbstractCommunicationClient.java | 16 +- .../GridHadoopCommunicationClient.java | 16 +- .../GridHadoopExternalCommunication.java | 16 +- .../GridHadoopHandshakeTimeoutException.java | 16 +- .../GridHadoopIpcToNioAdapter.java | 16 +- .../GridHadoopMarshallerFilter.java | 16 +- .../GridHadoopMessageListener.java | 16 +- .../GridHadoopTcpNioCommunicationClient.java | 16 +- .../hadoop/v1/GridHadoopV1CleanupTask.java | 16 +- .../hadoop/v1/GridHadoopV1Counter.java | 16 +- .../hadoop/v1/GridHadoopV1MapTask.java | 16 +- .../v1/GridHadoopV1OutputCollector.java | 16 +- .../hadoop/v1/GridHadoopV1Partitioner.java | 16 +- .../hadoop/v1/GridHadoopV1ReduceTask.java | 16 +- .../hadoop/v1/GridHadoopV1Reporter.java | 16 +- .../hadoop/v1/GridHadoopV1SetupTask.java | 16 +- .../hadoop/v1/GridHadoopV1Splitter.java | 16 +- .../hadoop/v1/GridHadoopV1Task.java | 16 +- .../hadoop/v2/GridHadoopExternalSplit.java | 16 +- .../hadoop/v2/GridHadoopNativeCodeLoader.java | 16 +- .../v2/GridHadoopSerializationWrapper.java | 16 +- .../v2/GridHadoopShutdownHookManager.java | 16 +- .../hadoop/v2/GridHadoopSplitWrapper.java | 16 +- .../hadoop/v2/GridHadoopV2CleanupTask.java | 16 +- .../hadoop/v2/GridHadoopV2Context.java | 16 +- .../hadoop/v2/GridHadoopV2Counter.java | 16 +- .../processors/hadoop/v2/GridHadoopV2Job.java | 16 +- .../v2/GridHadoopV2JobResourceManager.java | 16 +- .../hadoop/v2/GridHadoopV2MapTask.java | 16 +- .../hadoop/v2/GridHadoopV2Partitioner.java | 16 +- .../hadoop/v2/GridHadoopV2ReduceTask.java | 16 +- .../hadoop/v2/GridHadoopV2SetupTask.java | 16 +- .../hadoop/v2/GridHadoopV2Splitter.java | 16 +- .../hadoop/v2/GridHadoopV2Task.java | 16 +- .../hadoop/v2/GridHadoopV2TaskContext.java | 16 +- .../v2/GridHadoopWritableSerialization.java | 16 +- ...dHadoopClientProtocolEmbeddedSelfTest.java | 16 +- .../GridHadoopClientProtocolSelfTest.java | 16 +- .../grid/ggfs/GridFileSystemLoad.java | 16 +- .../grid/ggfs/GridGgfsEventsTestSuite.java | 16 +- ...gfsHadoop20FileSystemAbstractSelfTest.java | 16 +- ...op20FileSystemLoopbackPrimarySelfTest.java | 16 +- ...adoop20FileSystemShmemPrimarySelfTest.java | 16 +- .../GridGgfsHadoopDualAbstractSelfTest.java | 16 +- .../ggfs/GridGgfsHadoopDualAsyncSelfTest.java | 16 +- .../ggfs/GridGgfsHadoopDualSyncSelfTest.java | 16 +- ...dGgfsHadoopFileSystemAbstractSelfTest.java | 16 +- ...ridGgfsHadoopFileSystemClientSelfTest.java | 16 +- ...GgfsHadoopFileSystemHandshakeSelfTest.java | 16 +- ...dGgfsHadoopFileSystemIpcCacheSelfTest.java | 16 +- ...ridGgfsHadoopFileSystemLoggerSelfTest.java | 16 +- ...fsHadoopFileSystemLoggerStateSelfTest.java | 16 +- ...oopFileSystemLoopbackAbstractSelfTest.java | 16 +- ...SystemLoopbackEmbeddedPrimarySelfTest.java | 16 +- ...stemLoopbackEmbeddedSecondarySelfTest.java | 16 +- ...SystemLoopbackExternalPrimarySelfTest.java | 16 +- ...stemLoopbackExternalSecondarySelfTest.java | 16 +- ...HadoopFileSystemSecondaryModeSelfTest.java | 16 +- ...HadoopFileSystemShmemAbstractSelfTest.java | 16 +- .../GridGgfsNearOnlyMultiNodeSelfTest.java | 16 +- .../hadoop/GridHadoopPopularWordsTest.java | 16 +- .../grid/hadoop/GridHadoopTestUtils.java | 16 +- .../hadoop/GridHadoopAbstractSelfTest.java | 16 +- .../GridHadoopAbstractWordCountTest.java | 16 +- .../hadoop/GridHadoopClassLoaderTest.java | 16 +- .../hadoop/GridHadoopCommandLineTest.java | 16 +- ...HadoopDefaultMapReducePlannerSelfTest.java | 16 +- .../hadoop/GridHadoopFileSystemsTest.java | 16 +- .../hadoop/GridHadoopGroupingTest.java | 16 +- .../hadoop/GridHadoopJobTrackerSelfTest.java | 16 +- .../GridHadoopMapReduceEmbeddedSelfTest.java | 16 +- .../hadoop/GridHadoopMapReduceTest.java | 16 +- ...ridHadoopSerializationWrapperSelfTest.java | 16 +- .../hadoop/GridHadoopSharedMap.java | 16 +- .../hadoop/GridHadoopSortingExternalTest.java | 16 +- .../hadoop/GridHadoopSortingTest.java | 16 +- .../GridHadoopSplitWrapperSelfTest.java | 16 +- .../processors/hadoop/GridHadoopStartup.java | 16 +- .../GridHadoopTaskExecutionSelfTest.java | 16 +- .../GridHadoopTasksAllVersionsTest.java | 16 +- .../hadoop/GridHadoopTasksV1Test.java | 16 +- .../hadoop/GridHadoopTasksV2Test.java | 16 +- .../GridHadoopTestRoundRobinMrPlanner.java | 16 +- .../hadoop/GridHadoopTestTaskContext.java | 16 +- .../hadoop/GridHadoopV2JobSelfTest.java | 16 +- .../hadoop/GridHadoopValidationSelfTest.java | 16 +- .../hadoop/examples/GridHadoopWordCount1.java | 16 +- .../examples/GridHadoopWordCount1Map.java | 16 +- .../examples/GridHadoopWordCount1Reduce.java | 16 +- .../hadoop/examples/GridHadoopWordCount2.java | 16 +- .../examples/GridHadoopWordCount2Mapper.java | 16 +- .../examples/GridHadoopWordCount2Reducer.java | 16 +- .../GridHadoopAbstractMapTest.java | 16 +- ...dHadoopConcurrentHashMultimapSelftest.java | 16 +- .../GridHadoopHashMapSelfTest.java | 16 +- .../GridHadoopSkipListSelfTest.java | 16 +- .../streams/GridHadoopDataStreamSelfTest.java | 16 +- ...idHadoopExternalTaskExecutionSelfTest.java | 16 +- ...idHadoopExternalCommunicationSelfTest.java | 16 +- .../loadtests/ggfs/GridGgfsNodeStartup.java | 16 +- .../ggfs/GridGgfsPerformanceBenchmark.java | 16 +- .../GridGgfsLinuxAndMacOSTestSuite.java | 16 +- .../bamboo/GridHadoopTestSuite.java | 16 +- ...HibernateAbstractRegionAccessStrategy.java | 16 +- .../GridHibernateAccessStrategyAdapter.java | 16 +- .../GridHibernateCollectionRegion.java | 16 +- .../hibernate/GridHibernateEntityRegion.java | 16 +- .../GridHibernateGeneralDataRegion.java | 16 +- .../GridHibernateNaturalIdRegion.java | 16 +- .../GridHibernateNonStrictAccessStrategy.java | 16 +- .../GridHibernateQueryResultsRegion.java | 16 +- .../GridHibernateReadOnlyAccessStrategy.java | 16 +- .../GridHibernateReadWriteAccessStrategy.java | 16 +- .../cache/hibernate/GridHibernateRegion.java | 16 +- .../hibernate/GridHibernateRegionFactory.java | 16 +- .../GridHibernateTimestampsRegion.java | 16 +- ...dHibernateTransactionalAccessStrategy.java | 16 +- .../GridHibernateTransactionalDataRegion.java | 16 +- .../GridCacheHibernateBlobStore.java | 16 +- .../GridCacheHibernateBlobStoreEntry.java | 16 +- ...HibernateL2CacheConfigurationSelfTest.java | 16 +- .../GridHibernateL2CacheSelfTest.java | 16 +- ...HibernateL2CacheTransactionalSelfTest.java | 16 +- .../GridCacheHibernateBlobStoreSelfTest.java | 16 +- .../bamboo/GridHibernateTestSuite.java | 16 +- .../h2/GridH2IndexingSpaceConfiguration.java | 16 +- .../spi/indexing/h2/GridH2IndexingSpi.java | 16 +- .../indexing/h2/GridH2IndexingSpiMBean.java | 16 +- .../indexing/h2/GridH2ResultSetIterator.java | 16 +- .../h2/opt/GridH2AbstractKeyValueRow.java | 16 +- .../spi/indexing/h2/opt/GridH2Cursor.java | 16 +- .../spi/indexing/h2/opt/GridH2IndexBase.java | 16 +- .../h2/opt/GridH2KeyValueRowOffheap.java | 16 +- .../h2/opt/GridH2KeyValueRowOnheap.java | 16 +- .../grid/spi/indexing/h2/opt/GridH2Row.java | 16 +- .../indexing/h2/opt/GridH2RowDescriptor.java | 16 +- .../indexing/h2/opt/GridH2SpatialIndex.java | 16 +- .../grid/spi/indexing/h2/opt/GridH2Table.java | 16 +- .../spi/indexing/h2/opt/GridH2TreeIndex.java | 16 +- .../grid/spi/indexing/h2/opt/GridH2Utils.java | 16 +- .../indexing/h2/opt/GridLuceneDirectory.java | 16 +- .../spi/indexing/h2/opt/GridLuceneFile.java | 16 +- .../spi/indexing/h2/opt/GridLuceneIndex.java | 16 +- .../h2/opt/GridLuceneInputStream.java | 16 +- .../h2/opt/GridLuceneLockFactory.java | 16 +- .../h2/opt/GridLuceneOutputStream.java | 16 +- .../indexing/h2/opt/GridSearchRowPointer.java | 16 +- .../GridCacheAbstractFieldsQuerySelfTest.java | 16 +- .../cache/GridCacheAbstractQuerySelfTest.java | 16 +- .../GridCacheCrossCacheQuerySelfTest.java | 16 +- .../GridCacheOffHeapAndSwapSelfTest.java | 16 +- .../GridCacheOffheapIndexGetSelfTest.java | 16 +- ...CacheQueryEvictsMultiThreadedSelfTest.java | 16 +- .../cache/GridCacheQueryLoadSelfTest.java | 16 +- .../cache/GridCacheQueryMetricsSelfTest.java | 16 +- .../GridCacheQueryMultiThreadedSelfTest.java | 16 +- .../cache/GridCacheQueryNoDataNodesTest.java | 16 +- ...eryOffheapEvictsMultiThreadedSelfTest.java | 16 +- ...acheQueryOffheapMultiThreadedSelfTest.java | 16 +- .../cache/GridCacheQueryTestValue.java | 16 +- .../GridCacheQueryUserResourceSelfTest.java | 16 +- ...CacheReduceQueryMultithreadedSelfTest.java | 16 +- ...ridCacheSqlQueryMultiThreadedSelfTest.java | 16 +- .../cache/GridCacheSwapSelfTest.java | 16 +- .../GridIndexingWithNoopSwapSelfTest.java | 16 +- .../GridCacheAtomicFieldsQuerySelfTest.java | 16 +- ...eAtomicNearEnabledFieldsQuerySelfTest.java | 16 +- ...idCacheAtomicNearEnabledQuerySelfTest.java | 16 +- .../near/GridCacheAtomicQuerySelfTest.java | 16 +- ...itionedFieldsQueryP2PDisabledSelfTest.java | 16 +- ...idCachePartitionedFieldsQuerySelfTest.java | 16 +- ...CachePartitionedHitsAndMissesSelfTest.java | 16 +- ...hePartitionedQueryP2PDisabledSelfTest.java | 16 +- .../GridCachePartitionedQuerySelfTest.java | 16 +- .../GridCacheQueryNodeRestartSelfTest.java | 16 +- ...licatedFieldsQueryP2PDisabledSelfTest.java | 16 +- ...ridCacheReplicatedFieldsQuerySelfTest.java | 16 +- ...cheReplicatedQueryP2PDisabledSelfTest.java | 16 +- .../GridCacheReplicatedQuerySelfTest.java | 16 +- .../GridCacheLocalAtomicQuerySelfTest.java | 16 +- .../GridCacheLocalFieldsQuerySelfTest.java | 16 +- .../local/GridCacheLocalQuerySelfTest.java | 16 +- .../ttl/GridCacheTtlAbstractSelfTest.java | 16 +- .../GridCacheTtlOffheapAbstractSelfTest.java | 16 +- ...CacheTtlOffheapAtomicAbstractSelfTest.java | 16 +- ...ridCacheTtlOffheapAtomicLocalSelfTest.java | 16 +- ...heTtlOffheapAtomicPartitionedSelfTest.java | 16 +- ...lOffheapTransactionalAbstractSelfTest.java | 16 +- ...eTtlOffheapTransactionalLocalSelfTest.java | 16 +- ...fheapTransactionalPartitionedSelfTest.java | 16 +- .../GridCacheTtlOnheapAbstractSelfTest.java | 16 +- ...dCacheTtlOnheapAtomicAbstractSelfTest.java | 16 +- ...GridCacheTtlOnheapAtomicLocalSelfTest.java | 16 +- ...cheTtlOnheapAtomicPartitionedSelfTest.java | 16 +- ...tlOnheapTransactionalAbstractSelfTest.java | 16 +- ...heTtlOnheapTransactionalLocalSelfTest.java | 16 +- ...nheapTransactionalPartitionedSelfTest.java | 16 +- .../GridIndexingSpiAbstractSelfTest.java | 16 +- .../indexing/h2/GridH2IndexRebuildTest.java | 16 +- .../h2/GridH2IndexingSpiGeoSelfTest.java | 16 +- .../h2/GridH2IndexingSpiInMemSelfTest.java | 16 +- ...idH2IndexingSpiInMemStartStopSelfTest.java | 16 +- .../h2/GridH2IndexingSpiOffheapSelfTest.java | 16 +- ...H2IndexingSpiOffheapStartStopSelfTest.java | 16 +- .../indexing/h2/opt/GridH2TableSelfTest.java | 16 +- .../h2/opt/GridLuceneIndexLoadTest.java | 16 +- .../h2indexing/GridH2IndexingSpiLoadTest.java | 16 +- .../loadtests/h2indexing/GridTestEntity.java | 16 +- .../h2indexing/GridTreeBenchmark.java | 16 +- .../GridCacheQuerySelfTestSuite.java | 16 +- .../bamboo/GridH2IndexingSpiTestSuite.java | 16 +- .../grid/logger/jcl/GridJclLogger.java | 16 +- .../grid/logger/jcl/GridJclLoggerTest.java | 16 +- .../testsuites/bamboo/GridJclTestSuite.java | 16 +- .../grid/cache/jta/GridCacheTmLookup.java | 16 +- .../cache/jta/jndi/GridCacheJndiTmLookup.java | 16 +- .../reflect/GridCacheReflectionTmLookup.java | 16 +- .../cache/jta/GridCacheJtaManager.java | 16 +- .../cache/jta/GridCacheXAResource.java | 16 +- ...cheJtaConfigurationValidationSelfTest.java | 16 +- .../cache/GridCacheJtaSelfTest.java | 16 +- .../cache/GridCacheReplicatedJtaSelfTest.java | 16 +- .../GridTmLookupLifecycleAwareSelfTest.java | 16 +- .../testsuites/bamboo/GridJtaTestSuite.java | 16 +- .../GridLog4jDailyRollingFileAppender.java | 16 +- ...GridLog4jExternallyRolledFileAppender.java | 16 +- .../logger/log4j/GridLog4jFileAppender.java | 16 +- .../grid/logger/log4j/GridLog4jFileAware.java | 16 +- .../grid/logger/log4j/GridLog4jLogger.java | 16 +- .../logger/log4j/GridLog4jNodeIdFilePath.java | 16 +- .../log4j/GridLog4jRollingFileAppender.java | 16 +- .../log4j/GridLog4jCorrectFileNameTest.java | 16 +- .../log4j/GridLog4jInitializedTest.java | 16 +- .../log4j/GridLog4jLoggingFileTest.java | 16 +- .../log4j/GridLog4jLoggingPathTest.java | 16 +- .../logger/log4j/GridLog4jLoggingUrlTest.java | 16 +- .../log4j/GridLog4jNotInitializedTest.java | 16 +- .../testsuites/bamboo/GridLog4jTestSuite.java | 16 +- .../http/jetty/GridJettyJsonConfig.java | 16 +- .../http/jetty/GridJettyRestHandler.java | 16 +- .../http/jetty/GridJettyRestProtocol.java | 16 +- .../gridgain/scalar/ScalarConversions.scala | 16 +- .../org/gridgain/scalar/lang/Packet.scala | 16 +- .../scalar/lang/ScalarAbsClosure.scala | 16 +- .../lang/ScalarAbsClosureFunction.scala | 16 +- .../scalar/lang/ScalarAbsClosureX.scala | 16 +- .../lang/ScalarAbsClosureXFunction.scala | 16 +- .../scalar/lang/ScalarAbsPredicate.scala | 16 +- .../lang/ScalarAbsPredicateFunction.scala | 16 +- .../scalar/lang/ScalarAbsPredicateX.scala | 16 +- .../lang/ScalarAbsPredicateXFunction.scala | 16 +- .../gridgain/scalar/lang/ScalarClosure.scala | 16 +- .../gridgain/scalar/lang/ScalarClosure2.scala | 16 +- .../scalar/lang/ScalarClosure2Function.scala | 16 +- .../scalar/lang/ScalarClosure2X.scala | 16 +- .../scalar/lang/ScalarClosure2XFunction.scala | 16 +- .../gridgain/scalar/lang/ScalarClosure3.scala | 16 +- .../scalar/lang/ScalarClosure3Function.scala | 16 +- .../scalar/lang/ScalarClosure3X.scala | 16 +- .../scalar/lang/ScalarClosure3XFunction.scala | 16 +- .../scalar/lang/ScalarClosureFunction.scala | 16 +- .../gridgain/scalar/lang/ScalarClosureX.scala | 16 +- .../scalar/lang/ScalarClosureXFunction.scala | 16 +- .../scalar/lang/ScalarInClosure.scala | 16 +- .../scalar/lang/ScalarInClosure2.scala | 16 +- .../lang/ScalarInClosure2Function.scala | 16 +- .../scalar/lang/ScalarInClosure2X.scala | 16 +- .../lang/ScalarInClosure2XFunction.scala | 16 +- .../scalar/lang/ScalarInClosure3.scala | 16 +- .../lang/ScalarInClosure3Function.scala | 16 +- .../scalar/lang/ScalarInClosure3X.scala | 16 +- .../lang/ScalarInClosure3XFunction.scala | 16 +- .../scalar/lang/ScalarInClosureFunction.scala | 16 +- .../scalar/lang/ScalarInClosureX.scala | 16 +- .../lang/ScalarInClosureXFunction.scala | 16 +- .../org/gridgain/scalar/lang/ScalarJob.scala | 16 +- .../scalar/lang/ScalarOutClosure.scala | 16 +- .../lang/ScalarOutClosureFunction.scala | 16 +- .../scalar/lang/ScalarOutClosureX.scala | 16 +- .../lang/ScalarOutClosureXFunction.scala | 16 +- .../scalar/lang/ScalarPredicate.scala | 16 +- .../scalar/lang/ScalarPredicate2.scala | 16 +- .../lang/ScalarPredicate2Function.scala | 16 +- .../scalar/lang/ScalarPredicate2X.scala | 16 +- .../lang/ScalarPredicate2XFunction.scala | 16 +- .../scalar/lang/ScalarPredicate3.scala | 16 +- .../lang/ScalarPredicate3Function.scala | 16 +- .../scalar/lang/ScalarPredicate3X.scala | 16 +- .../lang/ScalarPredicate3XFunction.scala | 16 +- .../scalar/lang/ScalarPredicateFunction.scala | 16 +- .../scalar/lang/ScalarPredicateX.scala | 16 +- .../lang/ScalarPredicateXFunction.scala | 16 +- .../gridgain/scalar/lang/ScalarReducer.scala | 16 +- .../gridgain/scalar/lang/ScalarReducer2.scala | 16 +- .../scalar/lang/ScalarReducer2Function.scala | 16 +- .../gridgain/scalar/lang/ScalarReducer3.scala | 16 +- .../scalar/lang/ScalarReducer3Function.scala | 16 +- .../scalar/lang/ScalarReducerFunction.scala | 16 +- .../org/gridgain/scalar/pimps/Packet.scala | 16 +- .../gridgain/scalar/pimps/PimpedType.scala | 16 +- .../scalar/pimps/ScalarCachePimp.scala | 16 +- .../pimps/ScalarCacheProjectionPimp.scala | 16 +- .../scalar/pimps/ScalarGridPimp.scala | 16 +- .../scalar/pimps/ScalarProjectionPimp.scala | 16 +- .../pimps/ScalarTaskThreadContext.scala | 16 +- .../scala/org/gridgain/scalar/scalar.scala | 16 +- .../src/test/resources/spring-cache.xml | 16 +- .../resources/spring-ping-pong-partner.xml | 16 +- .../tests/ScalarAffinityRoutingSpec.scala | 16 +- .../tests/ScalarCacheProjectionSpec.scala | 16 +- .../scalar/tests/ScalarCacheQueriesSpec.scala | 16 +- .../scalar/tests/ScalarCacheSpec.scala | 16 +- .../scalar/tests/ScalarConversionsSpec.scala | 16 +- .../scalar/tests/ScalarProjectionSpec.scala | 16 +- .../scalar/tests/ScalarReturnableSpec.scala | 16 +- .../gridgain/scalar/tests/ScalarSpec.scala | 16 +- .../testsuites/ScalarSelfTestSuite.scala | 16 +- .../schedule/GridScheduleFutureImpl.java | 16 +- .../schedule/GridScheduleProcessor.java | 16 +- .../grid/kernal/GridScheduleSelfTest.java | 16 +- .../bamboo/GridSchedulerTestSuite.java | 16 +- .../grid/logger/slf4j/GridSlf4jLogger.java | 16 +- .../org/gridgain/grid/GridGainSpring.java | 16 +- .../org/gridgain/grid/GridSpringBean.java | 16 +- .../grid/cache/spring/GridSpringCache.java | 16 +- .../cache/spring/GridSpringCacheManager.java | 16 +- .../spring/GridSpringDynamicCacheManager.java | 16 +- .../GridResourceSpringBeanInjector.java | 16 +- .../GridSpringResourceContextImpl.java | 16 +- .../spring/GridSpringProcessorImpl.java | 16 +- .../GridSpringCacheManagerSelfTest.java | 16 +- .../cache/spring/GridSpringCacheTestKey.java | 16 +- .../GridSpringCacheTestKeyGenerator.java | 16 +- .../spring/GridSpringCacheTestService.java | 16 +- ...GridSpringDynamicCacheManagerSelfTest.java | 16 +- .../GridSpringDynamicCacheTestService.java | 16 +- .../grid/cache/spring/spring-caching.xml | 16 +- .../cache/spring/spring-dynamic-caching.xml | 16 +- .../GridAbstractUserExternalResource.java | 16 +- .../resource/GridUserExternalResource1.java | 16 +- .../resource/GridUserExternalResource2.java | 16 +- .../GridUserExternalResourceTask1.java | 16 +- .../GridUserExternalResourceTask2.java | 16 +- .../grid/kernal/GridFactorySelfTest.java | 16 +- .../GridSpringBeanSerializationSelfTest.java | 16 +- .../resource/GridAbstractUserResource.java | 16 +- .../resource/GridLoggerInjectionSelfTest.java | 16 +- ...ridResourceConcurrentUndeploySelfTest.java | 16 +- .../GridResourceEventFilterSelfTest.java | 16 +- .../GridResourceFieldInjectionSelfTest.java | 16 +- ...esourceFieldOverrideInjectionSelfTest.java | 16 +- .../resource/GridResourceIocSelfTest.java | 16 +- ...idResourceIsolatedClassLoaderSelfTest.java | 16 +- .../GridResourceIsolatedTaskSelfTest.java | 16 +- .../GridResourceMethodInjectionSelfTest.java | 16 +- ...sourceMethodOverrideInjectionSelfTest.java | 16 +- .../GridResourceProcessorSelfTest.java | 16 +- .../GridResourceSharedUndeploySelfTest.java | 16 +- .../resource/GridResourceTestUtils.java | 16 +- .../GridResourceUserExternalTest.java | 16 +- .../GridServiceInjectionSelfTest.java | 16 +- .../processors/resource/TestClosure.java | 16 +- .../grid/p2p/GridP2PAbstractUserResource.java | 16 +- .../GridP2PContinuousLocalDeploySelfTest.java | 16 +- .../p2p/GridP2PUserVersionChangeSelfTest.java | 16 +- .../testsuites/GridResourceSelfTestSuite.java | 16 +- .../bamboo/GridSpringTestSuite.java | 16 +- .../util/nodestart/GridNodeCallableImpl.java | 16 +- .../util/nodestart/GridSshProcessorImpl.java | 16 +- .../ant/beautifier/GridJavadocAntTask.java | 16 +- .../GridJavadocCharArrayLexReader.java | 16 +- .../ant/beautifier/GridJavadocToken.java | 16 +- .../ant/beautifier/GridJavadocTokenType.java | 16 +- .../grid/tools/javadoc/GridLinkTaglet.java | 16 +- .../OptimizedClassNamesGenerator.java | 16 +- .../util/antgar/GridDeploymentGarAntTask.java | 16 +- .../uri/GridUriDeploymentClassLoader.java | 16 +- .../GridUriDeploymentClassLoaderFactory.java | 16 +- .../uri/GridUriDeploymentDiscovery.java | 16 +- .../uri/GridUriDeploymentFileProcessor.java | 16 +- .../GridUriDeploymentFileProcessorResult.java | 16 +- .../GridUriDeploymentFileResourceLoader.java | 16 +- .../uri/GridUriDeploymentJarVerifier.java | 16 +- .../deployment/uri/GridUriDeploymentSpi.java | 16 +- .../uri/GridUriDeploymentSpiMBean.java | 16 +- .../uri/GridUriDeploymentSpringDocument.java | 16 +- .../uri/GridUriDeploymentSpringParser.java | 16 +- .../uri/GridUriDeploymentUnitDescriptor.java | 16 +- .../uri/GridUriDeploymentUriParser.java | 16 +- .../scanners/GridDeploymentFileHandler.java | 16 +- .../GridDeploymentFolderScannerHelper.java | 16 +- .../scanners/GridUriDeploymentScanner.java | 16 +- .../GridUriDeploymentScannerListener.java | 16 +- .../file/GridUriDeploymentFileScanner.java | 16 +- .../ftp/GridUriDeploymentFtpClient.java | 16 +- .../GridUriDeploymentFtpConfiguration.java | 16 +- .../ftp/GridUriDeploymentFtpException.java | 16 +- .../ftp/GridUriDeploymentFtpFile.java | 16 +- .../ftp/GridUriDeploymentFtpScanner.java | 16 +- .../http/GridUriDeploymentHttpScanner.java | 16 +- ...GridTaskUriDeploymentDeadlockSelfTest.java | 16 +- .../grid/p2p/GridP2PDisabledSelfTest.java | 16 +- .../GridUriDeploymentAbstractSelfTest.java | 16 +- ...ymentClassLoaderMultiThreadedSelfTest.java | 16 +- .../GridUriDeploymentClassLoaderSelfTest.java | 16 +- ...DeploymentClassloaderRegisterSelfTest.java | 16 +- .../uri/GridUriDeploymentConfigSelfTest.java | 16 +- ...ridUriDeploymentFileProcessorSelfTest.java | 16 +- .../GridUriDeploymentMd5CheckSelfTest.java | 16 +- ...ymentMultiScannersErrorThrottlingTest.java | 16 +- ...ridUriDeploymentMultiScannersSelfTest.java | 16 +- .../uri/GridUriDeploymentSimpleSelfTest.java | 16 +- .../bad-signed-deployfile-gridgain.xml | 16 +- .../deployment/uri/META-INF/bad_classes.xml | 16 +- .../deploy-with-resources-gridgain.xml | 16 +- .../uri/META-INF/deploydepend-gridgain.xml | 16 +- .../uri/META-INF/deploydir-gridgain.xml | 16 +- .../uri/META-INF/deployfile-gridgain.xml | 16 +- .../spi/deployment/uri/META-INF/gridgain.xml | 16 +- .../deployment/uri/META-INF/p2p-gridgain.xml | 16 +- .../well-signed-deployfile-gridgain.xml | 16 +- .../file/GridFileDeploymentSelfTest.java | 16 +- .../GridFileDeploymentUndeploySelfTest.java | 16 +- .../scanners/ftp/GridFtpDeploymentTest.java | 16 +- .../grid/tools/GridToolsSelfTest.java | 16 +- .../grid/tools/gartask/META-INF/gridgain.xml | 16 +- .../testsuites/GridToolsSelfTestSuite.java | 16 +- .../bamboo/GridUriDeploymentTestSuite.java | 16 +- .../scala/org/gridgain/visor/Packet.scala | 16 +- .../visor/commands/VisorConsole.scala | 16 +- .../visor/commands/VisorConsoleCommand.scala | 16 +- .../visor/commands/VisorTextTable.scala | 16 +- .../gridgain/visor/commands/ack/Packet.scala | 16 +- .../visor/commands/ack/VisorAckCommand.scala | 16 +- .../visor/commands/alert/Packet.scala | 16 +- .../commands/alert/VisorAlertCommand.scala | 16 +- .../visor/commands/cache/Packet.scala | 16 +- .../cache/VisorCacheClearCommand.scala | 16 +- .../commands/cache/VisorCacheCommand.scala | 16 +- .../cache/VisorCacheCompactCommand.scala | 16 +- .../cache/VisorCacheScanCommand.scala | 16 +- .../cache/VisorCacheSwapCommand.scala | 16 +- .../visor/commands/config/Packet.scala | 16 +- .../config/VisorConfigurationCommand.scala | 16 +- .../visor/commands/deploy/Packet.scala | 16 +- .../commands/deploy/VisorDeployCommand.scala | 16 +- .../visor/commands/disco/Packet.scala | 16 +- .../disco/VisorDiscoveryCommand.scala | 16 +- .../visor/commands/events/Packet.scala | 16 +- .../commands/events/VisorEventsCommand.scala | 16 +- .../gridgain/visor/commands/gc/Packet.scala | 16 +- .../visor/commands/gc/VisorGcCommand.scala | 16 +- .../gridgain/visor/commands/kill/Packet.scala | 16 +- .../commands/kill/VisorKillCommand.scala | 16 +- .../visor/commands/license/Packet.scala | 16 +- .../license/VisorLicenseCommand.scala | 16 +- .../gridgain/visor/commands/node/Packet.scala | 16 +- .../commands/node/VisorNodeCommand.scala | 16 +- .../gridgain/visor/commands/ping/Packet.scala | 16 +- .../commands/ping/VisorPingCommand.scala | 16 +- .../visor/commands/start/Packet.scala | 16 +- .../commands/start/VisorStartCommand.scala | 16 +- .../visor/commands/tasks/Packet.scala | 16 +- .../commands/tasks/VisorTasksCommand.scala | 16 +- .../gridgain/visor/commands/top/Packet.scala | 16 +- .../commands/top/VisorTopologyCommand.scala | 16 +- .../gridgain/visor/commands/vvm/Packet.scala | 16 +- .../visor/commands/vvm/VisorVvmCommand.scala | 16 +- .../main/scala/org/gridgain/visor/visor.scala | 16 +- .../gridgain/visor/VisorRuntimeBaseSpec.scala | 16 +- .../gridgain/visor/VisorTextTableSpec.scala | 16 +- .../visor/commands/VisorArgListSpec.scala | 16 +- .../commands/VisorFileNameCompleterSpec.scala | 16 +- .../commands/ack/VisorAckCommandSpec.scala | 16 +- .../alert/VisorAlertCommandSpec.scala | 16 +- .../cache/VisorCacheClearCommandSpec.scala | 16 +- .../cache/VisorCacheCommandSpec.scala | 16 +- .../cache/VisorCacheCompactCommandSpec.scala | 16 +- .../VisorConfigurationCommandSpec.scala | 16 +- .../cswap/VisorCacheSwapCommandSpec.scala | 16 +- .../deploy/VisorDeployCommandSpec.scala | 16 +- .../disco/VisorDiscoveryCommandSpec.scala | 16 +- .../events/VisorEventsCommandSpec.scala | 16 +- .../commands/gc/VisorGcCommandSpec.scala | 16 +- .../commands/help/VisorHelpCommandSpec.scala | 16 +- .../commands/kill/VisorKillCommandSpec.scala | 16 +- .../commands/log/VisorLogCommandSpec.scala | 16 +- .../commands/mem/VisorMemoryCommandSpec.scala | 16 +- .../commands/node/VisorNodeCommandSpec.scala | 16 +- .../commands/open/VisorOpenCommandSpec.scala | 16 +- .../commands/ping/VisorPingCommandSpec.scala | 16 +- .../start/VisorStartCommandSpec.scala | 16 +- .../tasks/VisorTasksCommandSpec.scala | 16 +- .../top/VisorTopologyCommandSpec.scala | 16 +- .../commands/vvm/VisorVvmCommandSpec.scala | 16 +- .../VisorConsoleSelfTestSuite.scala | 16 +- .../visor/plugin/VisorExtensionPoint.java | 16 +- .../visor/plugin/VisorPluggableTab.java | 16 +- .../gridgain/visor/plugin/VisorPlugin.java | 16 +- .../visor/plugin/VisorPluginComponent.java | 16 +- .../plugin/VisorPluginComponentsFactory.java | 16 +- .../visor/plugin/VisorPluginLogPanel.java | 16 +- .../visor/plugin/VisorPluginModel.java | 16 +- .../visor/plugin/VisorPluginNodesPanel.java | 16 +- .../visor/plugin/VisorSelectionListener.java | 16 +- .../visor/plugin/VisorTopologyListener.java | 16 +- modules/visor-trial/ggvisorui.bat | 19 +- modules/visor-trial/ggvisorui.sh | 19 +- modules/visor-trial/pom.xml | 2 +- .../grid/cache/websession/GridWebSession.java | 16 +- .../websession/GridWebSessionFilter.java | 16 +- .../websession/GridWebSessionListener.java | 16 +- .../GridServletContextListenerStartup.java | 16 +- .../startup/servlet/GridServletStartup.java | 16 +- .../websession/GridWebSessionSelfTest.java | 16 +- .../GridWebSessionSelfTestSuite.java | 16 +- .../websession/GridWebSessionServerStart.java | 16 +- .../kernal/websession/GridWebSessionTest.java | 16 +- pom-standalone.xml | 1055 ----------------- pom.xml | 1028 +++++++++++++++- 3985 files changed, 60686 insertions(+), 5122 deletions(-) mode change 100644 => 100755 bin/include/target-classpath.sh mode change 100644 => 100755 ipc/shmem/ltmain.sh mode change 100644 => 100755 modules/clients/src/test/bin/start-nodes-ssh.sh mode change 100644 => 100755 modules/clients/src/test/bin/start-nodes.sh mode change 100644 => 100755 modules/clients/src/test/bin/stop-nodes.sh mode change 100644 => 100755 modules/clients/src/test/keystore/generate.sh mode change 100644 => 100755 modules/visor-trial/ggvisorui.sh delete mode 100644 pom-standalone.xml diff --git a/bin/ggrouter.bat b/bin/ggrouter.bat index e06300df4..75457771f 100644 --- a/bin/ggrouter.bat +++ b/bin/ggrouter.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/ggrouter.sh b/bin/ggrouter.sh index e2b752ffc..d8379e60e 100755 --- a/bin/ggrouter.sh +++ b/bin/ggrouter.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ @@ -18,14 +31,14 @@ # Import common functions. # if [ "${GRIDGAIN_HOME}" = "" ]; - then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")";GRIDGAIN_HOME_TMP="$(dirname "${GRIDGAIN_HOME_TMP}")" # Will be removed in release. + then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")"; else GRIDGAIN_HOME_TMP=${GRIDGAIN_HOME}; fi # # Set SCRIPTS_HOME - base path to scripts. # -SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/os/bin" # Will be replaced by SCRIPTS_HOME=${GRIDGAIN_HOME_TMP}/bin in release. +SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/bin" source "${SCRIPTS_HOME}"/include/functions.sh diff --git a/bin/ggstart.bat b/bin/ggstart.bat index adeae4578..5ce9a868a 100644 --- a/bin/ggstart.bat +++ b/bin/ggstart.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ @@ -46,7 +59,7 @@ goto error_finish :: Check GRIDGAIN_HOME. :checkGridGainHome1 if defined GRIDGAIN_HOME goto checkGridGainHome2 - pushd "%~dp0"/../.. &:: Will be replaced by pushd "%~dp0"/.. + pushd "%~dp0"/.. set GRIDGAIN_HOME=%CD% popd @@ -75,7 +88,7 @@ if exist "%GRIDGAIN_HOME%\config" goto checkGridGainHome4 :: :: Set SCRIPTS_HOME - base path to scripts. :: -set SCRIPTS_HOME=%GRIDGAIN_HOME%\os\bin &:: Will be replaced by SCRIPTS_HOME=${GRIDGAIN_HOME}\bin in release. +set SCRIPTS_HOME=%GRIDGAIN_HOME%\bin :: Remove trailing spaces for /l %%a in (1,1,31) do if /i "%SCRIPTS_HOME:~-1%" == " " set SCRIPTS_HOME=%SCRIPTS_HOME:~0,-1% @@ -96,7 +109,7 @@ if "%OS%" == "Windows_NT" set PROG_NAME=%~nx0% :: Set GRIDGAIN_LIBS :: call "%SCRIPTS_HOME%\include\setenv.bat" -call "%SCRIPTS_HOME%\include\target-classpath.bat" &:: Will be removed in release. + set CP=%GRIDGAIN_LIBS% :: @@ -171,7 +184,7 @@ if "%JVM_OPTS%" == "" set JVM_OPTS=-Xms1g -Xmx1g -server -XX:+AggressiveOpts -XX :: Assertions are disabled by default since version 3.5. :: If you want to enable them - set 'ENABLE_ASSERTIONS' flag to '1'. :: -set ENABLE_ASSERTIONS=1 +set ENABLE_ASSERTIONS=0 :: :: Set '-ea' options if assertions are enabled. @@ -194,11 +207,11 @@ if "%MAIN_CLASS%" == "" set MAIN_CLASS=org.gridgain.grid.startup.cmdline.GridCom if "%INTERACTIVE%" == "1" ( "%JAVA_HOME%\bin\java.exe" %JVM_OPTS% %QUIET% %RESTART_SUCCESS_OPT% %JMX_MON% ^ - -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="%GRIDGAIN_HOME%" -DGRIDGAIN_PROG_NAME="%PROG_NAME%" %JVM_XOPTS% ^ + -DGRIDGAIN_HOME="%GRIDGAIN_HOME%" -DGRIDGAIN_PROG_NAME="%PROG_NAME%" %JVM_XOPTS% ^ -cp "%CP%" %MAIN_CLASS% ) else ( "%JAVA_HOME%\bin\java.exe" %JVM_OPTS% %QUIET% %RESTART_SUCCESS_OPT% %JMX_MON% ^ - -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="%GRIDGAIN_HOME%" -DGRIDGAIN_PROG_NAME="%PROG_NAME%" %JVM_XOPTS% ^ + -DGRIDGAIN_HOME="%GRIDGAIN_HOME%" -DGRIDGAIN_PROG_NAME="%PROG_NAME%" %JVM_XOPTS% ^ -cp "%CP%" %MAIN_CLASS% "%CONFIG%" ) diff --git a/bin/ggstart.sh b/bin/ggstart.sh index 0d5026f03..661b74b46 100755 --- a/bin/ggstart.sh +++ b/bin/ggstart.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ @@ -18,14 +31,14 @@ # Import common functions. # if [ "${GRIDGAIN_HOME}" = "" ]; - then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")";GRIDGAIN_HOME_TMP="$(dirname "${GRIDGAIN_HOME_TMP}")" # Will be removed in release. + then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")"; else GRIDGAIN_HOME_TMP=${GRIDGAIN_HOME}; fi # # Set SCRIPTS_HOME - base path to scripts. # -SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/os/bin" # Will be replaced by SCRIPTS_HOME=${GRIDGAIN_HOME_TMP}/bin in release. +SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/bin" source "${SCRIPTS_HOME}"/include/functions.sh @@ -52,7 +65,7 @@ fi # Set GRIDGAIN_LIBS. # . "${SCRIPTS_HOME}"/include/setenv.sh -. "${SCRIPTS_HOME}"/include/target-classpath.sh # Will be removed in release. + CP="${GRIDGAIN_LIBS}" RANDOM_NUMBER=$("$JAVA" -cp "${CP}" org.gridgain.grid.startup.cmdline.GridCommandLineRandomNumberGenerator) @@ -104,7 +117,7 @@ fi # Assertions are disabled by default since version 3.5. # If you want to enable them - set 'ENABLE_ASSERTIONS' flag to '1'. # -ENABLE_ASSERTIONS="1" +ENABLE_ASSERTIONS="0" # # Set '-ea' options if assertions are enabled. @@ -134,12 +147,12 @@ do case $osname in Darwin*) "$JAVA" ${JVM_OPTS} ${QUIET} "${DOCK_OPTS}" "${RESTART_SUCCESS_OPT}" ${JMX_MON} \ - -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ + -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ -DGRIDGAIN_PROG_NAME="$0" ${JVM_XOPTS} -cp "${CP}" ${MAIN_CLASS} ;; *) "$JAVA" ${JVM_OPTS} ${QUIET} "${RESTART_SUCCESS_OPT}" ${JMX_MON} \ - -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ + -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ -DGRIDGAIN_PROG_NAME="$0" ${JVM_XOPTS} -cp "${CP}" ${MAIN_CLASS} ;; esac @@ -147,12 +160,12 @@ do case $osname in Darwin*) "$JAVA" ${JVM_OPTS} ${QUIET} "${DOCK_OPTS}" "${RESTART_SUCCESS_OPT}" ${JMX_MON} \ - -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ + -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ -DGRIDGAIN_PROG_NAME="$0" ${JVM_XOPTS} -cp "${CP}" ${MAIN_CLASS} "${CONFIG}" ;; *) "$JAVA" ${JVM_OPTS} ${QUIET} "${RESTART_SUCCESS_OPT}" ${JMX_MON} \ - -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ + -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ -DGRIDGAIN_PROG_NAME="$0" ${JVM_XOPTS} -cp "${CP}" ${MAIN_CLASS} "${CONFIG}" ;; esac diff --git a/bin/ggvisorcmd.bat b/bin/ggvisorcmd.bat index 5d7a656ff..f142a21ee 100644 --- a/bin/ggvisorcmd.bat +++ b/bin/ggvisorcmd.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ @@ -42,7 +55,7 @@ goto error_finish :: Check GRIDGAIN_HOME. :checkGridGainHome1 if not "%GRIDGAIN_HOME%" == "" goto checkGridGainHome2 - pushd "%~dp0"/../.. &:: Will be replaced by pushd "%~dp0"/.. + pushd "%~dp0"/.. set GRIDGAIN_HOME=%CD% popd @@ -71,7 +84,7 @@ if exist "%GRIDGAIN_HOME%\config" goto checkGridGainHome4 :: :: Set SCRIPTS_HOME - base path to scripts. :: -set SCRIPTS_HOME=%GRIDGAIN_HOME%\os\bin &:: Will be replaced by SCRIPTS_HOME=${GRIDGAIN_HOME_TMP}\bin in release. +set SCRIPTS_HOME=%GRIDGAIN_HOME%\bin :: Remove trailing spaces for /l %%a in (1,1,31) do if /i "%SCRIPTS_HOME:~-1%" == " " set SCRIPTS_HOME=%SCRIPTS_HOME:~0,-1% @@ -85,7 +98,7 @@ if /i "%SCRIPTS_HOME%\" == "%~dp0" goto run :: Set GRIDGAIN_LIBS :: call "%SCRIPTS_HOME%\include\setenv.bat" -call "%SCRIPTS_HOME%\include\target-classpath.bat" &:: Will be removed in release. + set CP=%GRIDGAIN_HOME%\bin\include\visor-common\*;%GRIDGAIN_HOME%\bin\include\visorcmd\*;%GRIDGAIN_LIBS% :: @@ -119,7 +132,7 @@ if "%JVM_OPTS_VISOR%" == "" set JVM_OPTS_VISOR=-Xms1g -Xmx1g -XX:MaxPermSize=128 :: Assertions are disabled by default since version 3.5. :: If you want to enable them - set 'ENABLE_ASSERTIONS' flag to '1'. :: -set ENABLE_ASSERTIONS=1 +set ENABLE_ASSERTIONS=0 :: :: Set '-ea' options if assertions are enabled. diff --git a/bin/ggvisorcmd.sh b/bin/ggvisorcmd.sh index eec2e023b..90b8d2633 100755 --- a/bin/ggvisorcmd.sh +++ b/bin/ggvisorcmd.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ @@ -16,14 +29,14 @@ # Import common functions. # if [ "${GRIDGAIN_HOME}" = "" ]; - then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")";GRIDGAIN_HOME_TMP="$(dirname "${GRIDGAIN_HOME_TMP}")" # Will be removed in release. + then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")"; else GRIDGAIN_HOME_TMP=${GRIDGAIN_HOME}; fi # # Set SCRIPTS_HOME - base path to scripts. # -SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/os/bin" # Will be replaced by SCRIPTS_HOME=${GRIDGAIN_HOME_TMP}/bin in release. +SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/bin" source "${SCRIPTS_HOME}"/include/functions.sh @@ -46,7 +59,7 @@ setGridGainHome # Set GRIDGAIN_LIBS. # . "${SCRIPTS_HOME}"/include/setenv.sh -. "${SCRIPTS_HOME}"/include/target-classpath.sh # Will be removed in release. + CP="${GRIDGAIN_HOME}/bin/include/visor-common/*${SEP}${GRIDGAIN_HOME}/bin/include/visorcmd/*${SEP}${GRIDGAIN_LIBS}" # @@ -72,7 +85,7 @@ fi # Assertions are disabled by default since version 3.5. # If you want to enable them - set 'ENABLE_ASSERTIONS' flag to '1'. # -ENABLE_ASSERTIONS="1" +ENABLE_ASSERTIONS="0" # # Set '-ea' options if assertions are enabled. @@ -104,12 +117,12 @@ trap restoreSttySettings INT case $osname in Darwin*) "$JAVA" ${JVM_OPTS} ${QUIET} "${DOCK_OPTS}" \ - -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" -DGRIDGAIN_PROG_NAME="$0" \ + -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" -DGRIDGAIN_PROG_NAME="$0" \ -DGRIDGAIN_DEPLOYMENT_MODE_OVERRIDE=ISOLATED ${JVM_XOPTS} -cp "${CP}" \ org.gridgain.visor.commands.VisorConsole ;; *) - "$JAVA" ${JVM_OPTS} ${QUIET} -DGRIDGAIN_UPDATE_NOTIFIER=false \ + "$JAVA" ${JVM_OPTS} ${QUIET} \ -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" -DGRIDGAIN_PROG_NAME="$0" -DGRIDGAIN_DEPLOYMENT_MODE_OVERRIDE=ISOLATED \ ${JVM_XOPTS} -cp "${CP}" \ org.gridgain.visor.commands.VisorConsole diff --git a/bin/include/functions.sh b/bin/include/functions.sh index 7bb7e9aa5..f491ed48c 100755 --- a/bin/include/functions.sh +++ b/bin/include/functions.sh @@ -1,7 +1,20 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/hadoop-classpath.bat b/bin/include/hadoop-classpath.bat index f247694a3..1271949d9 100644 --- a/bin/include/hadoop-classpath.bat +++ b/bin/include/hadoop-classpath.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/hadoop-classpath.sh b/bin/include/hadoop-classpath.sh index 795656526..0ad412511 100755 --- a/bin/include/hadoop-classpath.sh +++ b/bin/include/hadoop-classpath.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/parseargs.bat b/bin/include/parseargs.bat index 749786923..92faf747f 100644 --- a/bin/include/parseargs.bat +++ b/bin/include/parseargs.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/parseargs.sh b/bin/include/parseargs.sh index 76d4957d5..af5810df2 100755 --- a/bin/include/parseargs.sh +++ b/bin/include/parseargs.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/service.sh b/bin/include/service.sh index 9627e25f3..cbe08aed1 100755 --- a/bin/include/service.sh +++ b/bin/include/service.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ @@ -61,7 +74,7 @@ case "$1" in checkJava # And run. - $JAVA $JVM_OPTS -DGRIDGAIN_UPDATE_NOTIFIER=false -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ + $JAVA $JVM_OPTS -DGRIDGAIN_HOME="${GRIDGAIN_HOME}" \ -DGRIDGAIN_PROG_NAME="$0" -cp "$GRIDGAIN_LIBS" "$MAIN_CLASS" "$DEFAULT_CONFIG" &>/dev/null & # Write process id. diff --git a/bin/include/setenv.bat b/bin/include/setenv.bat index 64c7a8dc9..5a9d2ebf5 100644 --- a/bin/include/setenv.bat +++ b/bin/include/setenv.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/setenv.sh b/bin/include/setenv.sh index 3d3d75726..9b728bb0e 100755 --- a/bin/include/setenv.sh +++ b/bin/include/setenv.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/target-classpath.bat b/bin/include/target-classpath.bat index 6304b0f54..9b7c47d19 100644 --- a/bin/include/target-classpath.bat +++ b/bin/include/target-classpath.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/include/target-classpath.sh b/bin/include/target-classpath.sh old mode 100644 new mode 100755 index 1e6c0365e..9c403c6b0 --- a/bin/include/target-classpath.sh +++ b/bin/include/target-classpath.sh @@ -1,6 +1,19 @@ #!/bin/sh # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/setup-hadoop.bat b/bin/setup-hadoop.bat index a61a875c0..081aafffa 100644 --- a/bin/setup-hadoop.bat +++ b/bin/setup-hadoop.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/bin/setup-hadoop.sh b/bin/setup-hadoop.sh index c7fd32316..3cf628c6b 100755 --- a/bin/setup-hadoop.sh +++ b/bin/setup-hadoop.sh @@ -1,6 +1,19 @@ #!/bin/bash # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ # _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ @@ -29,14 +42,14 @@ fi # Import common functions. # if [ "${GRIDGAIN_HOME}" = "" ]; - then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")";GRIDGAIN_HOME_TMP="$(dirname "${GRIDGAIN_HOME_TMP}")" # Will be removed in release. + then GRIDGAIN_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")"; else GRIDGAIN_HOME_TMP=${GRIDGAIN_HOME}; fi # # Set SCRIPTS_HOME - base path to scripts. # -SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/os/bin" # Will be replaced by SCRIPTS_HOME=${GRIDGAIN_HOME_TMP}/bin in release. +SCRIPTS_HOME="${GRIDGAIN_HOME_TMP}/bin" source "${SCRIPTS_HOME}"/include/functions.sh diff --git a/config/default-config.xml b/config/default-config.xml index 9cc719937..0ce501a40 100644 --- a/config/default-config.xml +++ b/config/default-config.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/config/fabric/default-config.xml b/config/fabric/default-config.xml index 5d6573a4d..e33deb16b 100644 --- a/config/fabric/default-config.xml +++ b/config/fabric/default-config.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/config/gridgain-log4j.xml b/config/gridgain-log4j.xml index 18e889d3d..79a3bb127 100644 --- a/config/gridgain-log4j.xml +++ b/config/gridgain-log4j.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/config/hadoop/default-config.xml b/config/hadoop/default-config.xml index a80f85908..787e9fb96 100644 --- a/config/hadoop/default-config.xml +++ b/config/hadoop/default-config.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/config/router/default-router.xml b/config/router/default-router.xml index 6fc729124..0fb7ea5f5 100644 --- a/config/router/default-router.xml +++ b/config/router/default-router.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/config/example-cache.xml b/examples/config/example-cache.xml index 69ba6750c..17d9eba03 100644 --- a/examples/config/example-cache.xml +++ b/examples/config/example-cache.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/config/example-compute.xml b/examples/config/example-compute.xml index b3cf29054..799a55ec5 100644 --- a/examples/config/example-compute.xml +++ b/examples/config/example-compute.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/config/example-streamer.xml b/examples/config/example-streamer.xml index 9c071ffb3..061488781 100644 --- a/examples/config/example-streamer.xml +++ b/examples/config/example-streamer.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/config/filesystem/core-site.xml b/examples/config/filesystem/core-site.xml index 01a5cec23..fcbd389c7 100644 --- a/examples/config/filesystem/core-site.xml +++ b/examples/config/filesystem/core-site.xml @@ -8,7 +8,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/config/filesystem/example-ggfs.xml b/examples/config/filesystem/example-ggfs.xml index ca22e6cc3..e6973d368 100644 --- a/examples/config/filesystem/example-ggfs.xml +++ b/examples/config/filesystem/example-ggfs.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/config/hibernate/example-hibernate-L2-cache.xml b/examples/config/hibernate/example-hibernate-L2-cache.xml index 01acf6ad7..a4b3bf672 100644 --- a/examples/config/hibernate/example-hibernate-L2-cache.xml +++ b/examples/config/hibernate/example-hibernate-L2-cache.xml @@ -10,7 +10,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/rest/http-rest-example.php b/examples/rest/http-rest-example.php index d8f076bd4..8eb4f1cff 100644 --- a/examples/rest/http-rest-example.php +++ b/examples/rest/http-rest-example.php @@ -1,7 +1,21 @@ #!/bin/php diff --git a/examples/src/main/java/org/gridgain/examples/datagrid/store/jdbc/CacheJdbcPersonStore.java b/examples/src/main/java/org/gridgain/examples/datagrid/store/jdbc/CacheJdbcPersonStore.java index 61bb721aa..341f39287 100644 --- a/examples/src/main/java/org/gridgain/examples/datagrid/store/jdbc/CacheJdbcPersonStore.java +++ b/examples/src/main/java/org/gridgain/examples/datagrid/store/jdbc/CacheJdbcPersonStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/events/EventsExample.java b/examples/src/main/java/org/gridgain/examples/events/EventsExample.java index 059c466e8..89781fd81 100644 --- a/examples/src/main/java/org/gridgain/examples/events/EventsExample.java +++ b/examples/src/main/java/org/gridgain/examples/events/EventsExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/ggfs/GgfsExample.java b/examples/src/main/java/org/gridgain/examples/ggfs/GgfsExample.java index 0329b9740..adc86e75f 100644 --- a/examples/src/main/java/org/gridgain/examples/ggfs/GgfsExample.java +++ b/examples/src/main/java/org/gridgain/examples/ggfs/GgfsExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/ggfs/GgfsMapReduceExample.java b/examples/src/main/java/org/gridgain/examples/ggfs/GgfsMapReduceExample.java index ddeac324e..66c5e0247 100644 --- a/examples/src/main/java/org/gridgain/examples/ggfs/GgfsMapReduceExample.java +++ b/examples/src/main/java/org/gridgain/examples/ggfs/GgfsMapReduceExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/ggfs/GgfsNodeStartup.java b/examples/src/main/java/org/gridgain/examples/ggfs/GgfsNodeStartup.java index e0f19bd95..314f921ad 100644 --- a/examples/src/main/java/org/gridgain/examples/ggfs/GgfsNodeStartup.java +++ b/examples/src/main/java/org/gridgain/examples/ggfs/GgfsNodeStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/messaging/MessagingExample.java b/examples/src/main/java/org/gridgain/examples/messaging/MessagingExample.java index ed7a4bafb..98070446e 100644 --- a/examples/src/main/java/org/gridgain/examples/messaging/MessagingExample.java +++ b/examples/src/main/java/org/gridgain/examples/messaging/MessagingExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongExample.java b/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongExample.java index f208babca..1cf7a9ba7 100644 --- a/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongExample.java +++ b/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongListenActorExample.java b/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongListenActorExample.java index 9fc3ddeea..273617a5c 100644 --- a/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongListenActorExample.java +++ b/examples/src/main/java/org/gridgain/examples/messaging/MessagingPingPongListenActorExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExample.java b/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExample.java index 6ec89be42..63bcc6606 100644 --- a/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExample.java +++ b/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExampleNodeStartup.java b/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExampleNodeStartup.java index f163f15ef..fb34125c0 100644 --- a/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExampleNodeStartup.java +++ b/examples/src/main/java/org/gridgain/examples/misc/client/memcache/MemcacheRestExampleNodeStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/misc/deployment/DeploymentExample.java b/examples/src/main/java/org/gridgain/examples/misc/deployment/DeploymentExample.java index 6b42d48d2..df90b2d7d 100644 --- a/examples/src/main/java/org/gridgain/examples/misc/deployment/DeploymentExample.java +++ b/examples/src/main/java/org/gridgain/examples/misc/deployment/DeploymentExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/misc/lifecycle/LifecycleExample.java b/examples/src/main/java/org/gridgain/examples/misc/lifecycle/LifecycleExample.java index be17c305a..8665219d0 100644 --- a/examples/src/main/java/org/gridgain/examples/misc/lifecycle/LifecycleExample.java +++ b/examples/src/main/java/org/gridgain/examples/misc/lifecycle/LifecycleExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/misc/springbean/SpringBeanExample.java b/examples/src/main/java/org/gridgain/examples/misc/springbean/SpringBeanExample.java index 52f09e713..3a657a241 100644 --- a/examples/src/main/java/org/gridgain/examples/misc/springbean/SpringBeanExample.java +++ b/examples/src/main/java/org/gridgain/examples/misc/springbean/SpringBeanExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/misc/springbean/spring-bean.xml b/examples/src/main/java/org/gridgain/examples/misc/springbean/spring-bean.xml index 5067d29ca..568a4032d 100644 --- a/examples/src/main/java/org/gridgain/examples/misc/springbean/spring-bean.xml +++ b/examples/src/main/java/org/gridgain/examples/misc/springbean/spring-bean.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/examples/src/main/java/org/gridgain/examples/services/ServicesExample.java b/examples/src/main/java/org/gridgain/examples/services/ServicesExample.java index 0532f8788..3241d680c 100644 --- a/examples/src/main/java/org/gridgain/examples/services/ServicesExample.java +++ b/examples/src/main/java/org/gridgain/examples/services/ServicesExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/services/SimpleMapService.java b/examples/src/main/java/org/gridgain/examples/services/SimpleMapService.java index 9bba62e2b..bd61bc53b 100644 --- a/examples/src/main/java/org/gridgain/examples/services/SimpleMapService.java +++ b/examples/src/main/java/org/gridgain/examples/services/SimpleMapService.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/services/SimpleMapServiceImpl.java b/examples/src/main/java/org/gridgain/examples/services/SimpleMapServiceImpl.java index 552ddaafd..211149dff 100644 --- a/examples/src/main/java/org/gridgain/examples/services/SimpleMapServiceImpl.java +++ b/examples/src/main/java/org/gridgain/examples/services/SimpleMapServiceImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/streaming/StreamingCheckInExample.java b/examples/src/main/java/org/gridgain/examples/streaming/StreamingCheckInExample.java index 49b280167..d4bcccc90 100644 --- a/examples/src/main/java/org/gridgain/examples/streaming/StreamingCheckInExample.java +++ b/examples/src/main/java/org/gridgain/examples/streaming/StreamingCheckInExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/streaming/StreamingNodeStartup.java b/examples/src/main/java/org/gridgain/examples/streaming/StreamingNodeStartup.java index 0257297c4..04a9f05be 100644 --- a/examples/src/main/java/org/gridgain/examples/streaming/StreamingNodeStartup.java +++ b/examples/src/main/java/org/gridgain/examples/streaming/StreamingNodeStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/streaming/StreamingPopularNumbersExample.java b/examples/src/main/java/org/gridgain/examples/streaming/StreamingPopularNumbersExample.java index 333ae6d91..a746052a1 100644 --- a/examples/src/main/java/org/gridgain/examples/streaming/StreamingPopularNumbersExample.java +++ b/examples/src/main/java/org/gridgain/examples/streaming/StreamingPopularNumbersExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/streaming/StreamingPriceBarsExample.java b/examples/src/main/java/org/gridgain/examples/streaming/StreamingPriceBarsExample.java index 6110906bb..17a293bae 100644 --- a/examples/src/main/java/org/gridgain/examples/streaming/StreamingPriceBarsExample.java +++ b/examples/src/main/java/org/gridgain/examples/streaming/StreamingPriceBarsExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java/org/gridgain/examples/streaming/StreamingRunningAverageExample.java b/examples/src/main/java/org/gridgain/examples/streaming/StreamingRunningAverageExample.java index d77016431..13144967e 100644 --- a/examples/src/main/java/org/gridgain/examples/streaming/StreamingRunningAverageExample.java +++ b/examples/src/main/java/org/gridgain/examples/streaming/StreamingRunningAverageExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java8/org/gridgain/examples/ComputeExample.java b/examples/src/main/java8/org/gridgain/examples/ComputeExample.java index 12cde459e..08d32c1d0 100644 --- a/examples/src/main/java8/org/gridgain/examples/ComputeExample.java +++ b/examples/src/main/java8/org/gridgain/examples/ComputeExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/java8/org/gridgain/examples/MessagingExample.java b/examples/src/main/java8/org/gridgain/examples/MessagingExample.java index 7c19ff736..fec54feeb 100644 --- a/examples/src/main/java8/org/gridgain/examples/MessagingExample.java +++ b/examples/src/main/java8/org/gridgain/examples/MessagingExample.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample1.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample1.scala index bd13d4029..8ed3b071a 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample1.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample1.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample2.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample2.scala index 9720bac75..36e6224e8 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample2.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinityExample2.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinitySimpleExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinitySimpleExample.scala index 98aad4761..5a7535a02 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinitySimpleExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheAffinitySimpleExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheExample.scala index a2d95b563..d2395410a 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCachePopularNumbersExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCachePopularNumbersExample.scala index 0e263ed3f..bcf4cab5d 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCachePopularNumbersExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCachePopularNumbersExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheQueryExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheQueryExample.scala index 2d7a748ae..afcdd202f 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheQueryExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCacheQueryExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarClosureExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarClosureExample.scala index 25e0017d3..450609b85 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarClosureExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarClosureExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarContinuationExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarContinuationExample.scala index 2b5744163..becd00237 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarContinuationExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarContinuationExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCreditRiskExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCreditRiskExample.scala index 8f72ab10f..0a67e5eef 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCreditRiskExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarCreditRiskExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPiCalculationExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPiCalculationExample.scala index 292a3298c..069a27fb0 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPiCalculationExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPiCalculationExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPingPongExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPingPongExample.scala index eeff4419a..9c08ee0a8 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPingPongExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPingPongExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPrimeExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPrimeExample.scala index c0db74897..007f13e61 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPrimeExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarPrimeExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarScheduleExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarScheduleExample.scala index ed2b1fc50..e865e834f 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarScheduleExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarScheduleExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarStartStopExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarStartStopExample.scala index df4c431ae..3550e4253 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarStartStopExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarStartStopExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarTaskExample.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarTaskExample.scala index f9f9dd953..cde0d4043 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarTaskExample.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarTaskExample.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarWorldShortestMapReduce.scala b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarWorldShortestMapReduce.scala index aef425d44..09097f463 100644 --- a/examples/src/main/scala/org/gridgain/scalar/examples/ScalarWorldShortestMapReduce.scala +++ b/examples/src/main/scala/org/gridgain/scalar/examples/ScalarWorldShortestMapReduce.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/test/java/org/gridgain/examples/GridBasicExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridBasicExamplesMultiNodeSelfTest.java index 21a803911..b1bc30393 100644 --- a/examples/src/test/java/org/gridgain/examples/GridBasicExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridBasicExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridBasicExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridBasicExamplesSelfTest.java index 3c8ff19e4..7e5db70e7 100644 --- a/examples/src/test/java/org/gridgain/examples/GridBasicExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridBasicExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridCacheExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridCacheExamplesMultiNodeSelfTest.java index 405a50a1b..2cb0a8e15 100644 --- a/examples/src/test/java/org/gridgain/examples/GridCacheExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridCacheExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridCacheExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridCacheExamplesSelfTest.java index b9a35c110..a1de295d7 100644 --- a/examples/src/test/java/org/gridgain/examples/GridCacheExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridCacheExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridCacheStoreLoadDataExampleMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridCacheStoreLoadDataExampleMultiNodeSelfTest.java index 02e3f0738..1c6e0a527 100644 --- a/examples/src/test/java/org/gridgain/examples/GridCacheStoreLoadDataExampleMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridCacheStoreLoadDataExampleMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesMultiNodeSelfTest.java index 2aa0b4f39..c7d139935 100644 --- a/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesSelfTest.java index 78922458e..e03d833fe 100644 --- a/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridContinuationExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesMultiNodeSelfTest.java index 692b60681..7529593ce 100644 --- a/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesSelfTest.java index afd9f9dd4..a87e582c8 100644 --- a/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridContinuousMapperExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesMultiNodeSelfTest.java index 93e0d9f06..80ea2a0a0 100644 --- a/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesSelfTest.java index 197acaa4c..32015426f 100644 --- a/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridDeploymentExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridEventsExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridEventsExamplesMultiNodeSelfTest.java index 53a258ed3..a33ba3fc0 100644 --- a/examples/src/test/java/org/gridgain/examples/GridEventsExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridEventsExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridEventsExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridEventsExamplesSelfTest.java index 56acb7418..03cdc806c 100644 --- a/examples/src/test/java/org/gridgain/examples/GridEventsExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridEventsExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridGgfsExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridGgfsExamplesSelfTest.java index c73e7f8ef..595db9a70 100644 --- a/examples/src/test/java/org/gridgain/examples/GridGgfsExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridGgfsExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleMultiNodeSelfTest.java index 7300e0b05..a32a3140c 100644 --- a/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleSelfTest.java index 48f293e25..a48623a7f 100644 --- a/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridHibernateL2CacheExampleSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridLifecycleExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridLifecycleExamplesSelfTest.java index 301cc5408..4537087f5 100644 --- a/examples/src/test/java/org/gridgain/examples/GridLifecycleExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridLifecycleExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesMultiNodeSelfTest.java index 4e1f1dbcd..9d8964184 100644 --- a/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesSelfTest.java index 290fd0d58..29f466d46 100644 --- a/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridMemcacheRestExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridMessagingExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridMessagingExamplesSelfTest.java index b88e8dfc0..5836440c3 100644 --- a/examples/src/test/java/org/gridgain/examples/GridMessagingExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridMessagingExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesMultiNodeSelfTest.java index 69fc9b5d9..fc3f90f99 100644 --- a/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesSelfTest.java index fa9ce5292..77f2e6def 100644 --- a/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridMonteCarloExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridProjectionExampleSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridProjectionExampleSelfTest.java index eccc95d25..7a99314e4 100644 --- a/examples/src/test/java/org/gridgain/examples/GridProjectionExampleSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridProjectionExampleSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridTaskExamplesMultiNodeSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridTaskExamplesMultiNodeSelfTest.java index 48c8f2e14..c3ea0be56 100644 --- a/examples/src/test/java/org/gridgain/examples/GridTaskExamplesMultiNodeSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridTaskExamplesMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/examples/GridTaskExamplesSelfTest.java b/examples/src/test/java/org/gridgain/examples/GridTaskExamplesSelfTest.java index e905a9b9e..7d0ba9536 100644 --- a/examples/src/test/java/org/gridgain/examples/GridTaskExamplesSelfTest.java +++ b/examples/src/test/java/org/gridgain/examples/GridTaskExamplesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/java/org/gridgain/testsuites/GridExamplesSelfTestSuite.java b/examples/src/test/java/org/gridgain/testsuites/GridExamplesSelfTestSuite.java index 3b5b1d57d..63147f923 100644 --- a/examples/src/test/java/org/gridgain/testsuites/GridExamplesSelfTestSuite.java +++ b/examples/src/test/java/org/gridgain/testsuites/GridExamplesSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesMultiNodeSelfTest.scala b/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesMultiNodeSelfTest.scala index 1dc37bbad..4839149a0 100644 --- a/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesMultiNodeSelfTest.scala +++ b/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesMultiNodeSelfTest.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ___ _________________________ ________ diff --git a/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesSelfTest.scala b/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesSelfTest.scala index 2be9ce796..97c2e30db 100644 --- a/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesSelfTest.scala +++ b/examples/src/test/scala/org/gridgain/scalar/tests/examples/ScalarExamplesSelfTest.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/examples/src/test/scala/org/gridgain/scalar/testsuites/ScalarExamplesSelfTestSuite.scala b/examples/src/test/scala/org/gridgain/scalar/testsuites/ScalarExamplesSelfTestSuite.scala index 53ef92d86..3cb2f0b46 100644 --- a/examples/src/test/scala/org/gridgain/scalar/testsuites/ScalarExamplesSelfTestSuite.scala +++ b/examples/src/test/scala/org/gridgain/scalar/testsuites/ScalarExamplesSelfTestSuite.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/ipc/shmem/ggshmem/org_gridgain_grid_util_ipc_shmem_GridIpcSharedMemoryUtils.cpp b/ipc/shmem/ggshmem/org_gridgain_grid_util_ipc_shmem_GridIpcSharedMemoryUtils.cpp index 56e266eff..0472caa87 100644 --- a/ipc/shmem/ggshmem/org_gridgain_grid_util_ipc_shmem_GridIpcSharedMemoryUtils.cpp +++ b/ipc/shmem/ggshmem/org_gridgain_grid_util_ipc_shmem_GridIpcSharedMemoryUtils.cpp @@ -1,4 +1,18 @@ -/* @cpp.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/ipc/shmem/ltmain.sh b/ipc/shmem/ltmain.sh old mode 100644 new mode 100755 diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifyAspectJAspect.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifyAspectJAspect.java index 4ac9f9ae1..accefed54 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifyAspectJAspect.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifyAspectJAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.java index 536572fcf..6fcf9fa43 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToSetAspectJAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.java index 613453cb7..289893a9c 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/aspectj/GridifySetToValueAspectJAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToSetSpringAspect.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToSetSpringAspect.java index 0e6f65f4a..3811f8fd8 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToSetSpringAspect.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToSetSpringAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToValueSpringAspect.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToValueSpringAspect.java index fd621f08b..e10157b37 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToValueSpringAspect.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySetToValueSpringAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringAspect.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringAspect.java index ac0f48aad..a9c3c22e7 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringAspect.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringEnhancer.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringEnhancer.java index 84bf3d040..0a8c59f1d 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringEnhancer.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringEnhancer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringPointcut.java b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringPointcut.java index a918bfd49..7142badac 100644 --- a/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringPointcut.java +++ b/modules/aop/src/main/java/org/gridgain/grid/compute/gridify/aop/spring/GridifySpringPointcut.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridAbstractAopTest.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridAbstractAopTest.java index f00c4c60b..8ca557c04 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridAbstractAopTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridAbstractAopTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridBasicAopSelfTest.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridBasicAopSelfTest.java index 102d88773..fe7a34840 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridBasicAopSelfTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridBasicAopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridNonSpringAopSelfTest.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridNonSpringAopSelfTest.java index 86466dd17..5fbaf7a7e 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridNonSpringAopSelfTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridNonSpringAopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridSpringAopSelfTest.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridSpringAopSelfTest.java index 80e540ae8..efbf5ad28 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridSpringAopSelfTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridSpringAopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTarget.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTarget.java index 7d77f1633..6736e7bd2 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTarget.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTargetInterface.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTargetInterface.java index c09fc6917..ab5c8d632 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTargetInterface.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestAopTargetInterface.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyException.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyException.java index 53393c3f4..a0c29f44a 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyException.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyJob.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyJob.java index a161cabc0..a94513982 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyJob.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyTask.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyTask.java index 0e4bb9162..ca1e82ddb 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyTask.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridTestGridifyTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTarget.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTarget.java index 35acd52d5..426ae8302 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTarget.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTargetInterface.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTargetInterface.java index 4dabb1e34..6aa8d3f09 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTargetInterface.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToSetTargetInterface.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTarget.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTarget.java index 5a5e560bd..251347b75 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTarget.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTargetInterface.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTargetInterface.java index 94b8d0054..2387980f2 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTargetInterface.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToValueTargetInterface.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXNonSpringAopSelfTest.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXNonSpringAopSelfTest.java index 2f40c4a73..7fb7b025a 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXNonSpringAopSelfTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXNonSpringAopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXSpringAopSelfTest.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXSpringAopSelfTest.java index fcd939348..9d8a6dca4 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXSpringAopSelfTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/GridifySetToXXXSpringAopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridSuperTarget.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridSuperTarget.java index 67f812c0f..b20fef2f1 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridSuperTarget.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridSuperTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridTarget.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridTarget.java index 58639453a..14e98a7b2 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridTarget.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridifyHierarchyTest.java b/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridifyHierarchyTest.java index a08b811cf..4b258cf93 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridifyHierarchyTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/gridify/hierarchy/GridifyHierarchyTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerAopTest.java b/modules/aop/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerAopTest.java index f41672d1e..a9e0e1e5d 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerAopTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerAopTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/grid/p2p/GridP2PGridifySelfTest.java b/modules/aop/src/test/java/org/gridgain/grid/p2p/GridP2PGridifySelfTest.java index d0068610a..693c7a8ee 100644 --- a/modules/aop/src/test/java/org/gridgain/grid/p2p/GridP2PGridifySelfTest.java +++ b/modules/aop/src/test/java/org/gridgain/grid/p2p/GridP2PGridifySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestJobTarget.java b/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestJobTarget.java index f506b73f7..a0616d85b 100644 --- a/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestJobTarget.java +++ b/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestJobTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestTask.java b/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestTask.java index daad91be8..bb3d1afd6 100644 --- a/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestTask.java +++ b/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitsLoadTest.java b/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitsLoadTest.java index 34b731dc6..dad342e2b 100644 --- a/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitsLoadTest.java +++ b/modules/aop/src/test/java/org/gridgain/loadtests/direct/singlesplit/GridSingleSplitsLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestJobTarget.java b/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestJobTarget.java index 5929908d5..85984c184 100644 --- a/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestJobTarget.java +++ b/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestJobTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestTask.java b/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestTask.java index fb9059741..bf399c55a 100644 --- a/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestTask.java +++ b/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifyLoadTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifySingleSplitLoadTest.java b/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifySingleSplitLoadTest.java index 272239568..e198d7e9c 100644 --- a/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifySingleSplitLoadTest.java +++ b/modules/aop/src/test/java/org/gridgain/loadtests/gridify/GridifySingleSplitLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/gridgain/testsuites/GridAopSelfTestSuite.java b/modules/aop/src/test/java/org/gridgain/testsuites/GridAopSelfTestSuite.java index 056de49ca..a56133649 100644 --- a/modules/aop/src/test/java/org/gridgain/testsuites/GridAopSelfTestSuite.java +++ b/modules/aop/src/test/java/org/gridgain/testsuites/GridAopSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/test/gridify/GridExternalAopTarget.java b/modules/aop/src/test/java/org/test/gridify/GridExternalAopTarget.java index e79fd6ec2..8ea32d22c 100644 --- a/modules/aop/src/test/java/org/test/gridify/GridExternalAopTarget.java +++ b/modules/aop/src/test/java/org/test/gridify/GridExternalAopTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyException.java b/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyException.java index 7b71f79b6..fd209dfeb 100644 --- a/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyException.java +++ b/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyTask.java b/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyTask.java index f25d604c7..4f1e48294 100644 --- a/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyTask.java +++ b/modules/aop/src/test/java/org/test/gridify/GridExternalGridifyTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aop/src/test/java/org/test/gridify/GridExternalNonSpringAopSelfTest.java b/modules/aop/src/test/java/org/test/gridify/GridExternalNonSpringAopSelfTest.java index 9eb31f567..3bfed364b 100644 --- a/modules/aop/src/test/java/org/test/gridify/GridExternalNonSpringAopSelfTest.java +++ b/modules/aop/src/test/java/org/test/gridify/GridExternalNonSpringAopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointData.java b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointData.java index 3078c4180..daae262d1 100644 --- a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointData.java +++ b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointData.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpi.java b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpi.java index 39f2e429d..b8e13c707 100644 --- a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpi.java +++ b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiMBean.java b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiMBean.java index de1203b79..09927d259 100644 --- a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiMBean.java +++ b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3TimeData.java b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3TimeData.java index e81d2ad29..b65670b2b 100644 --- a/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3TimeData.java +++ b/modules/aws/src/main/java/org/gridgain/grid/spi/checkpoint/s3/GridS3TimeData.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinder.java b/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinder.java index 658281206..d43163a52 100644 --- a/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinder.java +++ b/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStore.java b/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStore.java index 325d73f59..b1106137f 100644 --- a/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStore.java +++ b/modules/aws/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointManagerSelfTest.java b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointManagerSelfTest.java index 20504c97e..f9b9ceb74 100644 --- a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointManagerSelfTest.java +++ b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiSelfTest.java b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiSelfTest.java index 88352e3c3..e02280344 100644 --- a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiSelfTest.java +++ b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiStartStopSelfTest.java b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiStartStopSelfTest.java index 01c6c185b..b9311cc66 100644 --- a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiStartStopSelfTest.java +++ b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3CheckpointSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3SessionCheckpointSelfTest.java b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3SessionCheckpointSelfTest.java index 32737c993..ce0d61e7f 100644 --- a/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3SessionCheckpointSelfTest.java +++ b/modules/aws/src/test/java/org/gridgain/grid/spi/checkpoint/s3/GridS3SessionCheckpointSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinderSelfTest.java b/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinderSelfTest.java index 6aae6be70..a7797a980 100644 --- a/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinderSelfTest.java +++ b/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/s3/GridTcpDiscoveryS3IpFinderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStoreSelfTest.java b/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStoreSelfTest.java index 324ef578c..7bd89b3eb 100644 --- a/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStoreSelfTest.java +++ b/modules/aws/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/s3/GridTcpDiscoveryS3MetricsStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/aws/src/test/java/org/gridgain/testsuites/bamboo/GridS3TestSuite.java b/modules/aws/src/test/java/org/gridgain/testsuites/bamboo/GridS3TestSuite.java index 7dd16aaad..e970f3089 100644 --- a/modules/aws/src/test/java/org/gridgain/testsuites/bamboo/GridS3TestSuite.java +++ b/modules/aws/src/test/java/org/gridgain/testsuites/bamboo/GridS3TestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/clients/config/grid-client-spring-config.xml b/modules/clients/config/grid-client-spring-config.xml index 6390de6e1..1b07bbacb 100644 --- a/modules/clients/config/grid-client-spring-config.xml +++ b/modules/clients/config/grid-client-spring-config.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/php/src/GridClient.php b/modules/clients/php/src/GridClient.php index b46ba0d77..0343175af 100644 --- a/modules/clients/php/src/GridClient.php +++ b/modules/clients/php/src/GridClient.php @@ -2,7 +2,21 @@ diff --git a/modules/clients/src/test/resources/jetty/rest-jetty.xml b/modules/clients/src/test/resources/jetty/rest-jetty.xml index 70a95ccd4..39ccb307a 100644 --- a/modules/clients/src/test/resources/jetty/rest-jetty.xml +++ b/modules/clients/src/test/resources/jetty/rest-jetty.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/jetty/router-jetty-ssl.xml b/modules/clients/src/test/resources/jetty/router-jetty-ssl.xml index e751d63c4..60d60dafb 100644 --- a/modules/clients/src/test/resources/jetty/router-jetty-ssl.xml +++ b/modules/clients/src/test/resources/jetty/router-jetty-ssl.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/jetty/router-jetty.xml b/modules/clients/src/test/resources/jetty/router-jetty.xml index 5fc3d74a5..1fb022a22 100644 --- a/modules/clients/src/test/resources/jetty/router-jetty.xml +++ b/modules/clients/src/test/resources/jetty/router-jetty.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/log4j.xml b/modules/clients/src/test/resources/log4j.xml index c302bf7d2..dc29557b8 100644 --- a/modules/clients/src/test/resources/log4j.xml +++ b/modules/clients/src/test/resources/log4j.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/spring-cache.xml b/modules/clients/src/test/resources/spring-cache.xml index 8be7e3482..259a88d5c 100644 --- a/modules/clients/src/test/resources/spring-cache.xml +++ b/modules/clients/src/test/resources/spring-cache.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/spring-router-ssl.xml b/modules/clients/src/test/resources/spring-router-ssl.xml index acb48f923..1a29e09cd 100644 --- a/modules/clients/src/test/resources/spring-router-ssl.xml +++ b/modules/clients/src/test/resources/spring-router-ssl.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/spring-router.xml b/modules/clients/src/test/resources/spring-router.xml index 822946b3f..7c65253e3 100644 --- a/modules/clients/src/test/resources/spring-router.xml +++ b/modules/clients/src/test/resources/spring-router.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/spring-server-node.xml b/modules/clients/src/test/resources/spring-server-node.xml index 754f67c34..8b2d403a5 100644 --- a/modules/clients/src/test/resources/spring-server-node.xml +++ b/modules/clients/src/test/resources/spring-server-node.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/clients/src/test/resources/spring-server-ssl-node.xml b/modules/clients/src/test/resources/spring-server-ssl-node.xml index bd236c2f4..dee13cb55 100644 --- a/modules/clients/src/test/resources/spring-server-ssl-node.xml +++ b/modules/clients/src/test/resources/spring-server-ssl-node.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/main/java/org/gridgain/client/GridClient.java b/modules/core/src/main/java/org/gridgain/client/GridClient.java index c189f911f..b45085b41 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClient.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientAuthenticationException.java b/modules/core/src/main/java/org/gridgain/client/GridClientAuthenticationException.java index d4cf268ed..1f41dc928 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientAuthenticationException.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientAuthenticationException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientCacheFlag.java b/modules/core/src/main/java/org/gridgain/client/GridClientCacheFlag.java index 9ffe4b098..0111df43e 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientCacheFlag.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientCacheFlag.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientCacheMode.java b/modules/core/src/main/java/org/gridgain/client/GridClientCacheMode.java index 7027a4fe2..346d54183 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientCacheMode.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientCacheMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientClosedException.java b/modules/core/src/main/java/org/gridgain/client/GridClientClosedException.java index 2823fac1c..f6dc76aa1 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientClosedException.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientClosedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientCompute.java b/modules/core/src/main/java/org/gridgain/client/GridClientCompute.java index 06af15196..431f9ce23 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientCompute.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientCompute.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientConfiguration.java b/modules/core/src/main/java/org/gridgain/client/GridClientConfiguration.java index b898fdb5f..bfda4251e 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientData.java b/modules/core/src/main/java/org/gridgain/client/GridClientData.java index c9d94ab04..3cef6442c 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientData.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientData.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientDataAffinity.java b/modules/core/src/main/java/org/gridgain/client/GridClientDataAffinity.java index 86a1bee9a..31a8981d4 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientDataAffinity.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientDataAffinity.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientDataConfiguration.java b/modules/core/src/main/java/org/gridgain/client/GridClientDataConfiguration.java index f04f5e16c..54af2a9e9 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientDataConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientDataConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientDataMetrics.java b/modules/core/src/main/java/org/gridgain/client/GridClientDataMetrics.java index 4f6346b79..535f8f71f 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientDataMetrics.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientDataMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientDisconnectedException.java b/modules/core/src/main/java/org/gridgain/client/GridClientDisconnectedException.java index bed9e701f..63fb793b3 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientDisconnectedException.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientDisconnectedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientException.java b/modules/core/src/main/java/org/gridgain/client/GridClientException.java index 9e0586170..3d82a8751 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientException.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientFactory.java b/modules/core/src/main/java/org/gridgain/client/GridClientFactory.java index 2157353af..4fbf8f17b 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientFactory.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientFuture.java b/modules/core/src/main/java/org/gridgain/client/GridClientFuture.java index 4393ede38..1ca28fd57 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientFuture.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientFutureListener.java b/modules/core/src/main/java/org/gridgain/client/GridClientFutureListener.java index ae9447a06..2b2892a55 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientFutureListener.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientFutureListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientFutureTimeoutException.java b/modules/core/src/main/java/org/gridgain/client/GridClientFutureTimeoutException.java index 759314b7a..4928488f3 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientFutureTimeoutException.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientFutureTimeoutException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientHandshakeException.java b/modules/core/src/main/java/org/gridgain/client/GridClientHandshakeException.java index de41a74b3..f0b5577a6 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientHandshakeException.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientHandshakeException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientNode.java b/modules/core/src/main/java/org/gridgain/client/GridClientNode.java index d4f753626..a90909648 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientNode.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientNode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientNodeMetrics.java b/modules/core/src/main/java/org/gridgain/client/GridClientNodeMetrics.java index c0e6fa4bc..ac4621ee3 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientNodeMetrics.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientNodeMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientPartitionAffinity.java b/modules/core/src/main/java/org/gridgain/client/GridClientPartitionAffinity.java index 4d6bb1a3c..61fc8442a 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientPartitionAffinity.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientPartitionAffinity.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientPredicate.java b/modules/core/src/main/java/org/gridgain/client/GridClientPredicate.java index 1045be66a..e79098735 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientPredicate.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientPredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientProtocol.java b/modules/core/src/main/java/org/gridgain/client/GridClientProtocol.java index 87e770f47..057378854 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientProtocol.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientProtocol.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridClientTopologyListener.java b/modules/core/src/main/java/org/gridgain/client/GridClientTopologyListener.java index 68a7ef637..000604883 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridClientTopologyListener.java +++ b/modules/core/src/main/java/org/gridgain/client/GridClientTopologyListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/GridServerUnreachableException.java b/modules/core/src/main/java/org/gridgain/client/GridServerUnreachableException.java index 41ae85959..763d9e28d 100644 --- a/modules/core/src/main/java/org/gridgain/client/GridServerUnreachableException.java +++ b/modules/core/src/main/java/org/gridgain/client/GridServerUnreachableException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientBalancerAdapter.java b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientBalancerAdapter.java index b955ebec0..b1a8cbc5b 100644 --- a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientBalancerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientBalancerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientLoadBalancer.java b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientLoadBalancer.java index 0f1a63efe..10300ffc4 100644 --- a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientLoadBalancer.java +++ b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientLoadBalancer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRandomBalancer.java b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRandomBalancer.java index d769df6ea..fb22076a6 100644 --- a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRandomBalancer.java +++ b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRandomBalancer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRoundRobinBalancer.java b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRoundRobinBalancer.java index b3267ac61..5e5619b06 100644 --- a/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRoundRobinBalancer.java +++ b/modules/core/src/main/java/org/gridgain/client/balancer/GridClientRoundRobinBalancer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientAbstractProjection.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientAbstractProjection.java index 2c73b1f77..db1819148 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientAbstractProjection.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientAbstractProjection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientAndPredicate.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientAndPredicate.java index 72d8b8f28..667ae9417 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientAndPredicate.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientAndPredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientComputeImpl.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientComputeImpl.java index 121f59187..761cbc6d6 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientComputeImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientComputeImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataImpl.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataImpl.java index 05ca5aacf..aa9ada4d8 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataMetricsAdapter.java index 3925dd795..129717a92 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientDataMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureAdapter.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureAdapter.java index d4ecdfc22..e1436dbba 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureAdapter.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureCallback.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureCallback.java index fd554b8cc..547045906 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureCallback.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientFutureCallback.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientImpl.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientImpl.java index 5ce025a4c..8e38aab9d 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeImpl.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeImpl.java index e936becaa..bba0dfc34 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeMetricsAdapter.java index 2ac1cef9d..c3975272e 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientNodeMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/GridClientThreadFactory.java b/modules/core/src/main/java/org/gridgain/client/impl/GridClientThreadFactory.java index d115dd52c..8c64a4721 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/GridClientThreadFactory.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/GridClientThreadFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnection.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnection.java index a63cd3c5d..20ab0566f 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnection.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionCloseReason.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionCloseReason.java index 50d6f5738..d5e0bd9da 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionCloseReason.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionCloseReason.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerAdapter.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerAdapter.java index d7f5e89b0..88ca673b8 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerOsImpl.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerOsImpl.java index ff485953e..56c5e6308 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerOsImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionManagerOsImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionResetException.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionResetException.java index 317da5140..57fe8cd6c 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionResetException.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientConnectionResetException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientNioTcpConnection.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientNioTcpConnection.java index ed725fbdc..62728eaae 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientNioTcpConnection.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientNioTcpConnection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientTopology.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientTopology.java index 318ab32bc..17481865e 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientTopology.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridClientTopology.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridConnectionIdleClosedException.java b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridConnectionIdleClosedException.java index fa9c82757..d655cd90c 100644 --- a/modules/core/src/main/java/org/gridgain/client/impl/connection/GridConnectionIdleClosedException.java +++ b/modules/core/src/main/java/org/gridgain/client/impl/connection/GridConnectionIdleClosedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/marshaller/GridClientMarshaller.java b/modules/core/src/main/java/org/gridgain/client/marshaller/GridClientMarshaller.java index 1b91abead..592a0909c 100644 --- a/modules/core/src/main/java/org/gridgain/client/marshaller/GridClientMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/client/marshaller/GridClientMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/marshaller/jdk/GridClientJdkMarshaller.java b/modules/core/src/main/java/org/gridgain/client/marshaller/jdk/GridClientJdkMarshaller.java index 14c83705b..3ccaa8a75 100644 --- a/modules/core/src/main/java/org/gridgain/client/marshaller/jdk/GridClientJdkMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/client/marshaller/jdk/GridClientJdkMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/marshaller/optimized/GridClientOptimizedMarshaller.java b/modules/core/src/main/java/org/gridgain/client/marshaller/optimized/GridClientOptimizedMarshaller.java index a60c3a4ce..36d77ffff 100644 --- a/modules/core/src/main/java/org/gridgain/client/marshaller/optimized/GridClientOptimizedMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/client/marshaller/optimized/GridClientOptimizedMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/GridRouterFactory.java b/modules/core/src/main/java/org/gridgain/client/router/GridRouterFactory.java index 39fd78ba0..6149ebca6 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/GridRouterFactory.java +++ b/modules/core/src/main/java/org/gridgain/client/router/GridRouterFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouter.java b/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouter.java index 2aa9bfc60..fe64ad2eb 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouter.java +++ b/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouterMBean.java b/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouterMBean.java index d413e56f2..616f23e7d 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouterMBean.java +++ b/modules/core/src/main/java/org/gridgain/client/router/GridTcpRouterMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterClientImpl.java b/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterClientImpl.java index 840b0948d..5db5ee7c1 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterClientImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterClientImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java b/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java index 041c08fd6..9df9b2538 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java +++ b/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterImpl.java b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterImpl.java index 8729614e1..2da03b3c1 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerAdapter.java b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerAdapter.java index 4f01e33bc..f4430f7c3 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerOsImpl.java b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerOsImpl.java index bec27293c..f4ae7a357 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerOsImpl.java +++ b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioListenerOsImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioParser.java b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioParser.java index bc4956192..36423ecd1 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioParser.java +++ b/modules/core/src/main/java/org/gridgain/client/router/impl/GridTcpRouterNioParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/ssl/GridSslBasicContextFactory.java b/modules/core/src/main/java/org/gridgain/client/ssl/GridSslBasicContextFactory.java index 649e4fe3a..eb735511b 100644 --- a/modules/core/src/main/java/org/gridgain/client/ssl/GridSslBasicContextFactory.java +++ b/modules/core/src/main/java/org/gridgain/client/ssl/GridSslBasicContextFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/ssl/GridSslContextFactory.java b/modules/core/src/main/java/org/gridgain/client/ssl/GridSslContextFactory.java index 1a80b4bd7..06a69a171 100644 --- a/modules/core/src/main/java/org/gridgain/client/ssl/GridSslContextFactory.java +++ b/modules/core/src/main/java/org/gridgain/client/ssl/GridSslContextFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/util/GridClientConsistentHash.java b/modules/core/src/main/java/org/gridgain/client/util/GridClientConsistentHash.java index 5ba266899..78b19fa0d 100644 --- a/modules/core/src/main/java/org/gridgain/client/util/GridClientConsistentHash.java +++ b/modules/core/src/main/java/org/gridgain/client/util/GridClientConsistentHash.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/util/GridClientStripedLock.java b/modules/core/src/main/java/org/gridgain/client/util/GridClientStripedLock.java index a37484413..3f69b512c 100644 --- a/modules/core/src/main/java/org/gridgain/client/util/GridClientStripedLock.java +++ b/modules/core/src/main/java/org/gridgain/client/util/GridClientStripedLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/util/GridClientUtils.java b/modules/core/src/main/java/org/gridgain/client/util/GridClientUtils.java index 624dedb71..9c976c0f3 100644 --- a/modules/core/src/main/java/org/gridgain/client/util/GridClientUtils.java +++ b/modules/core/src/main/java/org/gridgain/client/util/GridClientUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/client/util/GridConcurrentHashSet.java b/modules/core/src/main/java/org/gridgain/client/util/GridConcurrentHashSet.java index a36a645ae..bfcfc9328 100644 --- a/modules/core/src/main/java/org/gridgain/client/util/GridConcurrentHashSet.java +++ b/modules/core/src/main/java/org/gridgain/client/util/GridConcurrentHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/Grid.java b/modules/core/src/main/java/org/gridgain/grid/Grid.java index 13ca44b58..65caec43e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/Grid.java +++ b/modules/core/src/main/java/org/gridgain/grid/Grid.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridAddressResolver.java b/modules/core/src/main/java/org/gridgain/grid/GridAddressResolver.java index 3194a10b8..23fa2ff33 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridAddressResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridAddressResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridAuthenticationException.java b/modules/core/src/main/java/org/gridgain/grid/GridAuthenticationException.java index e777f820d..e90784a5b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridAuthenticationException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridAuthenticationException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridBasicWarmupClosure.java b/modules/core/src/main/java/org/gridgain/grid/GridBasicWarmupClosure.java index e251e7c3a..2da45c8bc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridBasicWarmupClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridBasicWarmupClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridClientConnectionConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/GridClientConnectionConfiguration.java index 97c65976a..19b068eab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridClientConnectionConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridClientConnectionConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridClientMessageInterceptor.java b/modules/core/src/main/java/org/gridgain/grid/GridClientMessageInterceptor.java index 065049df6..c17f1c71c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridClientMessageInterceptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridClientMessageInterceptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/GridConfiguration.java index a8fad7faa..ab02655e9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridDeploymentException.java b/modules/core/src/main/java/org/gridgain/grid/GridDeploymentException.java index 41a36f4cd..495e9d57c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridDeploymentException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridDeploymentException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridDeploymentMode.java b/modules/core/src/main/java/org/gridgain/grid/GridDeploymentMode.java index 9f5a65df6..789b254ff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridDeploymentMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridDeploymentMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridEmptyProjectionException.java b/modules/core/src/main/java/org/gridgain/grid/GridEmptyProjectionException.java index 642c4f450..f50c94f3a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridEmptyProjectionException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridEmptyProjectionException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridException.java b/modules/core/src/main/java/org/gridgain/grid/GridException.java index b5144bd28..bd432ca16 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridExecutorServiceMBean.java b/modules/core/src/main/java/org/gridgain/grid/GridExecutorServiceMBean.java index a293531de..b51ffcf80 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridExecutorServiceMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridExecutorServiceMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridFuture.java b/modules/core/src/main/java/org/gridgain/grid/GridFuture.java index 920660b2c..2254ef70e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridFutureCancelledException.java b/modules/core/src/main/java/org/gridgain/grid/GridFutureCancelledException.java index 70055e751..c0fcd624f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridFutureCancelledException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridFutureCancelledException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridFutureTimeoutException.java b/modules/core/src/main/java/org/gridgain/grid/GridFutureTimeoutException.java index 92c23cf4e..ccdc801db 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridFutureTimeoutException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridFutureTimeoutException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridGain.java b/modules/core/src/main/java/org/gridgain/grid/GridGain.java index 1cd5d5870..9d23e57ed 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridGain.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridGain.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridGainListener.java b/modules/core/src/main/java/org/gridgain/grid/GridGainListener.java index 3b2a67faf..f65795cbe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridGainListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridGainListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridGainMBean.java b/modules/core/src/main/java/org/gridgain/grid/GridGainMBean.java index 748fb6dff..9bfd65098 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridGainMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridGainMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridGainState.java b/modules/core/src/main/java/org/gridgain/grid/GridGainState.java index f2eb56340..4b8f56ff2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridGainState.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridGainState.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridIllegalStateException.java b/modules/core/src/main/java/org/gridgain/grid/GridIllegalStateException.java index 1bb3a9bfa..d476c9638 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridIllegalStateException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridIllegalStateException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridInterruptedException.java b/modules/core/src/main/java/org/gridgain/grid/GridInterruptedException.java index 5c972b994..b9d798c41 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridInterruptedException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridInterruptedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridKernalMBean.java b/modules/core/src/main/java/org/gridgain/grid/GridKernalMBean.java index 2d8757646..2488efc75 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridKernalMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridKernalMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridLifecycleAware.java b/modules/core/src/main/java/org/gridgain/grid/GridLifecycleAware.java index 233e90286..be4e79349 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridLifecycleAware.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridLifecycleAware.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridLifecycleBean.java b/modules/core/src/main/java/org/gridgain/grid/GridLifecycleBean.java index c6c1b7e90..6a22aa571 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridLifecycleBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridLifecycleBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridLifecycleEventType.java b/modules/core/src/main/java/org/gridgain/grid/GridLifecycleEventType.java index 7f149d782..82583631d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridLifecycleEventType.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridLifecycleEventType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridMetadataAware.java b/modules/core/src/main/java/org/gridgain/grid/GridMetadataAware.java index 7a7c73913..8fd9a9532 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridMetadataAware.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridMetadataAware.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridNode.java b/modules/core/src/main/java/org/gridgain/grid/GridNode.java index 4c3dfbb7d..a313c8805 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridNode.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridNode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridNodeLocalMap.java b/modules/core/src/main/java/org/gridgain/grid/GridNodeLocalMap.java index 6c044f5e8..afb872a65 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridNodeLocalMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridNodeLocalMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridNodeMetrics.java b/modules/core/src/main/java/org/gridgain/grid/GridNodeMetrics.java index 2bf442e06..8208aff53 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridNodeMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridNodeMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridNotPeerDeployable.java b/modules/core/src/main/java/org/gridgain/grid/GridNotPeerDeployable.java index e1b1df7fc..431c8ed1e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridNotPeerDeployable.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridNotPeerDeployable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridProjection.java b/modules/core/src/main/java/org/gridgain/grid/GridProjection.java index cbc1e7876..ad003c5c0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridProjection.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridProjection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridProjectionMetrics.java b/modules/core/src/main/java/org/gridgain/grid/GridProjectionMetrics.java index ddf8fd72d..6233cb089 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridProjectionMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridProjectionMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridRuntimeException.java b/modules/core/src/main/java/org/gridgain/grid/GridRuntimeException.java index 92f231ecf..a46bbf45d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridRuntimeException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridRuntimeException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridSystemProperties.java b/modules/core/src/main/java/org/gridgain/grid/GridSystemProperties.java index a7a63417b..d3810a3c0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridSystemProperties.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridSystemProperties.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridTopologyException.java b/modules/core/src/main/java/org/gridgain/grid/GridTopologyException.java index 3c7b09c52..facf87217 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridTopologyException.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridTopologyException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/GridUuid.java b/modules/core/src/main/java/org/gridgain/grid/GridUuid.java index 90ce1be1d..1584e1ae8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/GridUuid.java +++ b/modules/core/src/main/java/org/gridgain/grid/GridUuid.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCache.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCache.java index 492aa337a..083993c39 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicUpdateTimeoutException.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicUpdateTimeoutException.java index f29acc733..3eff85b71 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicUpdateTimeoutException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicUpdateTimeoutException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicWriteOrderMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicWriteOrderMode.java index a124bae2a..dbc06699a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicWriteOrderMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicWriteOrderMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicityMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicityMode.java index 674fdcc24..fa7bd09ae 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicityMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheAtomicityMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheConfiguration.java index 24d6e6db8..4f23b18df 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheDistributionMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheDistributionMode.java index 62d1681af..9d1de7f04 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheDistributionMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheDistributionMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheEntry.java index 99ea57911..e646ee331 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlag.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlag.java index 122b3e0f7..000395d97 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlag.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlag.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlagException.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlagException.java index 1ad5d27c5..b8841862c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlagException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheFlagException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptor.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptor.java index fc2b4c3fb..0ade2ab0d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptorAdapter.java index c1daabb8e..808a1a85a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheInterceptorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMBean.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMBean.java index 7b9e5808a..726eb84ce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMemoryMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMemoryMode.java index 7b3fad35a..11f4b66c0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMemoryMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMemoryMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMetrics.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMetrics.java index 8d73587d9..d8c92636c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMode.java index 37bc10fbd..f20ed7cbe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheName.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheName.java index 7092dfc77..97c1e3c1d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheName.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheName.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePartialUpdateException.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePartialUpdateException.java index 5818a2b64..81aee4586 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePartialUpdateException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePartialUpdateException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePeekMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePeekMode.java index 8b43be36f..568c7ea7a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePeekMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePeekMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePreloadMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePreloadMode.java index 254efc807..28657f151 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePreloadMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCachePreloadMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheProjection.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheProjection.java index 906bd42ca..47ea9459e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheProjection.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheProjection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTx.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTx.java index fbde29e62..e6f765085 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTx.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxConcurrency.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxConcurrency.java index 2253b4026..d610a8aac 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxConcurrency.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxConcurrency.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxHeuristicException.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxHeuristicException.java index a950bd4ad..cf54565b8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxHeuristicException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxHeuristicException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxIsolation.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxIsolation.java index c5712cf2e..2f17e1ede 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxIsolation.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxIsolation.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxOptimisticException.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxOptimisticException.java index 2d1cbe0b0..2471e3cd4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxOptimisticException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxOptimisticException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxRollbackException.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxRollbackException.java index 9ad3e7825..b71402f30 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxRollbackException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxRollbackException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxState.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxState.java index 468c94c5c..fe36b6921 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxState.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxState.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxSynchronization.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxSynchronization.java index 2f6faf1c8..5510afc39 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxSynchronization.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxSynchronization.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxTimeoutException.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxTimeoutException.java index 23c61d37d..71abde406 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxTimeoutException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheTxTimeoutException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheWriteSynchronizationMode.java b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheWriteSynchronizationMode.java index 4bff7d012..b77c3fe31 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheWriteSynchronizationMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/GridCacheWriteSynchronizationMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinity.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinity.java index 0c2521698..e474e84ed 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinity.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinity.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunction.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunction.java index 51c4112fc..0786b28f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunction.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunction.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunctionContext.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunctionContext.java index 64009874a..8fceaf9bb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunctionContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityFunctionContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKey.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKey.java index 72c8ada4c..dc028f705 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapped.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapped.java index b2808d90f..e834bc55b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapped.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapped.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapper.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapper.java index c4c407a80..5f3aa8f40 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityKeyMapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeAddressHashResolver.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeAddressHashResolver.java index 90feac6ef..f9202ce50 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeAddressHashResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeAddressHashResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeHashResolver.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeHashResolver.java index f832d3a16..c9f7968a0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeHashResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeHashResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeIdHashResolver.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeIdHashResolver.java index 4a30dfcba..5a30b593b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeIdHashResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheAffinityNodeIdHashResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheCentralizedAffinityFunction.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheCentralizedAffinityFunction.java index 47405f52c..649a3aa7a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheCentralizedAffinityFunction.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/GridCacheCentralizedAffinityFunction.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/consistenthash/GridCacheConsistentHashAffinityFunction.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/consistenthash/GridCacheConsistentHashAffinityFunction.java index 333525545..15c63978b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/consistenthash/GridCacheConsistentHashAffinityFunction.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/consistenthash/GridCacheConsistentHashAffinityFunction.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinity.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinity.java index 7843bcfaa..0b75e6ac0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinity.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinity.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/rendezvous/GridCacheRendezvousAffinityFunction.java b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/rendezvous/GridCacheRendezvousAffinityFunction.java index 5c522c6fd..28592c488 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/affinity/rendezvous/GridCacheRendezvousAffinityFunction.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/affinity/rendezvous/GridCacheRendezvousAffinityFunction.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheBasicCloner.java b/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheBasicCloner.java index a45c634cb..0fb36b2bf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheBasicCloner.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheBasicCloner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheCloner.java b/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheCloner.java index 8854a911a..afc02855b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheCloner.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheCloner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheDeepCloner.java b/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheDeepCloner.java index 48bb0a325..e1b1312ba 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheDeepCloner.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/cloner/GridCacheDeepCloner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicLong.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicLong.java index 7c3d0b6e8..28ab724dd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicLong.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicLong.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicReference.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicReference.java index f87cc597d..c4882f730 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicReference.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicReference.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicSequence.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicSequence.java index e98bce196..f7da3c7e0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicSequence.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicSequence.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicStamped.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicStamped.java index 91253050e..d5aa55840 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicStamped.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheAtomicStamped.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheCountDownLatch.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheCountDownLatch.java index a7f57fe93..33f9e6816 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheCountDownLatch.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheCountDownLatch.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidException.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidException.java index 025495ea7..daf3d39cd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidRuntimeException.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidRuntimeException.java index 0fb631150..bab79983c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidRuntimeException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureInvalidRuntimeException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedException.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedException.java index a34a37f4e..08b929743 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedRuntimeException.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedRuntimeException.java index 907ccfa95..bffb5cbd0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedRuntimeException.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructureRemovedRuntimeException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructures.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructures.java index eaa72efe7..a422b0a4d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructures.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheDataStructures.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheQueue.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheQueue.java index 8cdc4df01..0e0c063fb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheQueue.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheQueue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheSet.java b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheSet.java index bf651bb57..6483bca6e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/datastructures/GridCacheSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionFilter.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionFilter.java index f9fa2eba3..89483abbb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionPolicy.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionPolicy.java index 708611524..9ff766232 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/GridCacheEvictionPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicy.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicy.java index e9d0350c1..bf6230012 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicyMBean.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicyMBean.java index d71cbcd0a..bebb85990 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicyMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/fifo/GridCacheFifoEvictionPolicyMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsEvictionFilter.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsEvictionFilter.java index e143e4623..71698f5f0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsEvictionFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsEvictionFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicy.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicy.java index 6d1822c22..eca8eb994 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicyMBean.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicyMBean.java index 1940c3f52..277debf8b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicyMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/ggfs/GridCacheGgfsPerBlockLruEvictionPolicyMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicy.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicy.java index 5e1f95103..395038bc1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicyMBean.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicyMBean.java index 57c11507f..6281173d4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicyMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/lru/GridCacheLruEvictionPolicyMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicy.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicy.java index 6149279dc..39d19daa2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicyMBean.java b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicyMBean.java index 09adc4e2c..c3a520a38 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicyMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/eviction/random/GridCacheRandomEvictionPolicyMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQuery.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQuery.java index a4a4254c2..461f3db7d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQuery.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQuery.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQueryEntry.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQueryEntry.java index 645adef18..7b59efc79 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQueryEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheContinuousQueryEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueries.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueries.java index 9d1549b48..c47195b1e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueries.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueries.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuery.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuery.java index 48fab74a2..f723be89f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuery.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuery.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryConfiguration.java index 625a1ad7f..5d4aa12bb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryFuture.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryFuture.java index 57c43a7dc..fa12ebc40 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryGroupIndex.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryGroupIndex.java index 3b5c6e452..2f3266eb4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryGroupIndex.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryGroupIndex.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryMetrics.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryMetrics.java index c429e7848..18b8d85f6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlField.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlField.java index aacdcfece..72fef058f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlField.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlField.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlFunction.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlFunction.java index b18bd2244..555105506 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlFunction.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQuerySqlFunction.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTextField.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTextField.java index 86fe10f61..b0443e98c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTextField.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTextField.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryType.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryType.java index 3e0f130ba..2b2d05e5a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryType.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeMetadata.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeMetadata.java index a022f6354..85ad75243 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeMetadata.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeResolver.java b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeResolver.java index fd65570b4..dfba6961a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/query/GridCacheQueryTypeResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapter.java b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapter.java index 2bc6ed62f..66b956bb9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLocalStore.java b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLocalStore.java index 4ba8c097a..906ed82a7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLocalStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheLocalStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStore.java b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStore.java index 101d4454e..84d9615f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreAdapter.java b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreAdapter.java index 618793f36..cd75bd0fd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreBalancingWrapper.java b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreBalancingWrapper.java index f54e0cab6..ff98fa285 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreBalancingWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/store/GridCacheStoreBalancingWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStore.java b/modules/core/src/main/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStore.java index 4de123f69..17ba89ad5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridCompute.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridCompute.java index d2f6b9ef9..2f66ecde0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridCompute.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridCompute.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeExecutionRejectedException.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeExecutionRejectedException.java index d5e0565c5..d6eb6a421 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeExecutionRejectedException.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeExecutionRejectedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJob.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJob.java index 6a5b46ca7..318b33f88 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJob.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAdapter.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAdapter.java index 560274bcf..b0484f8d9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAfterSend.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAfterSend.java index ee3366646..b0aec484a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAfterSend.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobAfterSend.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobBeforeFailover.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobBeforeFailover.java index 1a329af6e..5502fbe3c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobBeforeFailover.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobBeforeFailover.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContext.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContext.java index 6d5de64e2..51cab27d6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuation.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuation.java index 21eb74a94..b87d9a00a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuation.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuation.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuationAdapter.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuationAdapter.java index f64673500..d4dd35c10 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuationAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobContinuationAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobFailoverException.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobFailoverException.java index 0e84b2eed..315fbcad0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobFailoverException.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobFailoverException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResult.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResult.java index 8d5cab790..8e598b142 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResultPolicy.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResultPolicy.java index 5239c77e2..9e9ac4ad3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResultPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobResultPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobSibling.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobSibling.java index c37dd7ceb..5243bbd5c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobSibling.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeJobSibling.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeLoadBalancer.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeLoadBalancer.java index 5b063e311..6fb3a0051 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeLoadBalancer.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeLoadBalancer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTask.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTask.java index 2ca52ca10..97a362a1e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskAdapter.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskAdapter.java index c1dd601ce..477e7fe14 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskCancelledException.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskCancelledException.java index fbd93eb39..111164643 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskCancelledException.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskCancelledException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskContinuousMapper.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskContinuousMapper.java index 966ae63cd..cd430876a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskContinuousMapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskContinuousMapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskFuture.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskFuture.java index c4e10ae22..c3183ab98 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskMapAsync.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskMapAsync.java index 6c0fa993a..ddce80a1c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskMapAsync.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskMapAsync.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskName.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskName.java index 624f23298..6261e3e1f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskName.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskName.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskNoResultCache.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskNoResultCache.java index 3eddcadcd..518dfdcc4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskNoResultCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskNoResultCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSession.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSession.java index 3c7accb18..ad82ffdee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSession.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionAttributeListener.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionAttributeListener.java index 2508800d3..aca8d8af5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionAttributeListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionAttributeListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionFullSupport.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionFullSupport.java index ce1591c0a..16842a0fd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionFullSupport.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionFullSupport.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionScope.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionScope.java index 31412bdd8..9df3d025c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionScope.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSessionScope.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSpis.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSpis.java index 7449ba835..5e2312784 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSpis.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSpis.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSplitAdapter.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSplitAdapter.java index e380b99c9..f9983ca5d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSplitAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskSplitAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskTimeoutException.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskTimeoutException.java index 38e2dbc6a..4477015e1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskTimeoutException.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeTaskTimeoutException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeUserUndeclaredException.java b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeUserUndeclaredException.java index f707473fe..6505702c6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeUserUndeclaredException.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/GridComputeUserUndeclaredException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/Gridify.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/Gridify.java index 44a45ad0e..fdfd4d154 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/Gridify.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/Gridify.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyArgument.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyArgument.java index f4ee42911..5f551c093 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyArgument.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyArgument.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInput.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInput.java index f5fc6185a..4dd381529 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInput.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInput.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInterceptor.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInterceptor.java index 6d3a962e0..d6b97bf4e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInterceptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyInterceptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyNodeFilter.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyNodeFilter.java index fda8afcf9..53845eac7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyNodeFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyNodeFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyRuntimeException.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyRuntimeException.java index c05861118..d73e0fe56 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyRuntimeException.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyRuntimeException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToSet.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToSet.java index 3e10f9a76..e7777a276 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToValue.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToValue.java index 5ad7e2673..718c5999e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToValue.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifySetToValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskAdapter.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskAdapter.java index b1223745b..6ef6c2a20 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskSplitAdapter.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskSplitAdapter.java index 23dafabf8..d8db1546a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskSplitAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/GridifyTaskSplitAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyArgumentAdapter.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyArgumentAdapter.java index fb1c53500..491e025de 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyArgumentAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyArgumentAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultRangeTask.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultRangeTask.java index 1333d5c77..b52db6289 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultRangeTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultRangeTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultTask.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultTask.java index 4091704bb..4fbc98e41 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifyDefaultTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToSetAbstractAspect.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToSetAbstractAspect.java index 9a023870e..7917b1df8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToSetAbstractAspect.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToSetAbstractAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToValueAbstractAspect.java b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToValueAbstractAspect.java index a0c852009..3ebb83dee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToValueAbstractAspect.java +++ b/modules/core/src/main/java/org/gridgain/grid/compute/gridify/aop/GridifySetToValueAbstractAspect.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoadCacheUpdater.java b/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoadCacheUpdater.java index b3756745f..9f6d5e53a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoadCacheUpdater.java +++ b/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoadCacheUpdater.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoader.java b/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoader.java index f1f4db4d7..19b4be319 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoader.java +++ b/modules/core/src/main/java/org/gridgain/grid/dataload/GridDataLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetConfiguration.java index 5d838c506..a529419a4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableConfiguration.java index 4ead856e2..40dffe9be 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableTypeConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableTypeConfiguration.java index f12582f37..0d2761a1e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableTypeConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dotnet/GridDotNetPortableTypeConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/GridDr.java b/modules/core/src/main/java/org/gridgain/grid/dr/GridDr.java index 2b56a75dc..4c36208ab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/GridDr.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/GridDr.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/GridDrEntry.java b/modules/core/src/main/java/org/gridgain/grid/dr/GridDrEntry.java index 114855d69..b501087b5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/GridDrEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/GridDrEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConfiguration.java index 40f13697f..996b8d3b5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictContext.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictContext.java index 1fb300508..46b25aa03 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolver.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolver.java index 5356ce26f..52d6527ab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolverMode.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolverMode.java index 1d81b5de9..d48d528bf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolverMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheConflictResolverMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheMetrics.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheMetrics.java index ee14c35fa..f7082aead 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/receiver/GridDrReceiverCacheMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrPauseReason.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrPauseReason.java index f7703ac7a..3a9b34a91 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrPauseReason.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrPauseReason.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheConfiguration.java index 27de436ed..dc51beae0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheEntryFilter.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheEntryFilter.java index 0a23bf875..adde115e5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheEntryFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheEntryFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMetrics.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMetrics.java index 1401a06c0..e643b905b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMode.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMode.java index 10e93cb88..4f80fcba2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrSenderCacheMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStateTransferDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStateTransferDescriptor.java index ea0ddcbf4..7d210b360 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStateTransferDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStateTransferDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStatus.java b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStatus.java index bf22c5600..b5ed8312c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStatus.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/cache/sender/GridDrStatus.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubConfiguration.java index 37d6c4866..e8ac5eb9f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubInMetrics.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubInMetrics.java index 6ef08134f..a925589b8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubInMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubInMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubLoadBalancingMode.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubLoadBalancingMode.java index adac6a4b6..c45f58b94 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubLoadBalancingMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubLoadBalancingMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubMBean.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubMBean.java index 7446ed5cc..467b74a6c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubOutMetrics.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubOutMetrics.java index 506645c48..6b29019bb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubOutMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/receiver/GridDrReceiverHubOutMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConfiguration.java index 09507fc8e..a8bd18c12 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConnectionConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConnectionConfiguration.java index 8e1d32383..3eaf089ed 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConnectionConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubConnectionConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubInMetrics.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubInMetrics.java index 5498d7d2b..38f7db8dd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubInMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubInMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubLoadBalancingMode.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubLoadBalancingMode.java index 5fff801a1..082ecc24e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubLoadBalancingMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubLoadBalancingMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubMBean.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubMBean.java index 0fe4f217b..e5a5b8724 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubOutMetrics.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubOutMetrics.java index c15afed18..56319b6f0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubOutMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/GridDrSenderHubOutMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStore.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStore.java index 6081a9e53..baf88c4d4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCorruptedException.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCorruptedException.java index 7319c0ca8..77c9e8773 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCorruptedException.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCorruptedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCursor.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCursor.java index 7885ef8b2..ae813e50a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCursor.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreCursor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreEntry.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreEntry.java index 8fedda547..bc68faa60 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowException.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowException.java index 8dd90ec08..5ecd7defa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowException.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowMode.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowMode.java index ebb8ccdc8..5d4201cae 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/GridDrSenderHubStoreOverflowMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/fs/GridDrSenderHubFsStore.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/fs/GridDrSenderHubFsStore.java index e36e1d7d3..310174d8b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/fs/GridDrSenderHubFsStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/fs/GridDrSenderHubFsStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/memory/GridDrSenderHubInMemoryStore.java b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/memory/GridDrSenderHubInMemoryStore.java index f617a3e52..3889571a6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/memory/GridDrSenderHubInMemoryStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/dr/hub/sender/store/memory/GridDrSenderHubInMemoryStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridAuthenticationEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridAuthenticationEvent.java index 8821b9d37..5a7046279 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridAuthenticationEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridAuthenticationEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridAuthorizationEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridAuthorizationEvent.java index 1997d833a..7344171d1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridAuthorizationEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridAuthorizationEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridCacheEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridCacheEvent.java index 028c77145..b6c1ecc04 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridCacheEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridCacheEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridCachePreloadingEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridCachePreloadingEvent.java index 7fb0b0204..0cea3a8c2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridCachePreloadingEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridCachePreloadingEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryExecutedEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryExecutedEvent.java index 19bdc0443..37dac4a30 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryExecutedEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryExecutedEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryReadEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryReadEvent.java index e7019fcf9..c8a406587 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryReadEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridCacheQueryReadEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridCheckpointEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridCheckpointEvent.java index 73cdb7501..854bc9b12 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridCheckpointEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridCheckpointEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridDeploymentEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridDeploymentEvent.java index 637bf6a01..ce99151ac 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridDeploymentEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridDeploymentEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridDiscoveryEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridDiscoveryEvent.java index 40120166a..fe07b2f36 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridDiscoveryEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridDiscoveryEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridEvent.java index 28983c78e..078c348e6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridEventAdapter.java b/modules/core/src/main/java/org/gridgain/grid/events/GridEventAdapter.java index d2ffc2388..6b554b775 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridEventAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridEventAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridEventLocalOrder.java b/modules/core/src/main/java/org/gridgain/grid/events/GridEventLocalOrder.java index dc1b67c84..8705ea204 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridEventLocalOrder.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridEventLocalOrder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridEventType.java b/modules/core/src/main/java/org/gridgain/grid/events/GridEventType.java index ff8c8821b..8ba81b5aa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridEventType.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridEventType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridEvents.java b/modules/core/src/main/java/org/gridgain/grid/events/GridEvents.java index 48728325d..5ab1543c0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridEvents.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridEvents.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridGgfsEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridGgfsEvent.java index 4c05a7b96..93a164648 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridGgfsEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridGgfsEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridJobEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridJobEvent.java index f3c13ed44..e1d488c15 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridJobEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridJobEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridLicenseEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridLicenseEvent.java index 4e3a38dde..c68f4b08c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridLicenseEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridLicenseEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridSecureSessionEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridSecureSessionEvent.java index 8b9e092e0..a2856880b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridSecureSessionEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridSecureSessionEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/events/GridTaskEvent.java b/modules/core/src/main/java/org/gridgain/grid/events/GridTaskEvent.java index 321aefc8a..ee9d8f847 100644 --- a/modules/core/src/main/java/org/gridgain/grid/events/GridTaskEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/events/GridTaskEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfs.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfs.java index f089236b7..9973e7aad 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfs.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfs.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsBlockLocation.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsBlockLocation.java index 497f4d17a..84784b05b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsBlockLocation.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsBlockLocation.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConcurrentModificationException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConcurrentModificationException.java index db0ad2462..c15343d59 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConcurrentModificationException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConcurrentModificationException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConfiguration.java index ec4aec081..ea920236f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsCorruptedFileException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsCorruptedFileException.java index 63209a207..a9bcd2030 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsCorruptedFileException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsCorruptedFileException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsException.java index dd315abb9..88db2cf9c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFile.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFile.java index f83ac63ba..c94322e0f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFile.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFile.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileNotFoundException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileNotFoundException.java index 7bf969f0e..fda4b1573 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileNotFoundException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileNotFoundException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileSystem.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileSystem.java index 6e59f1699..68ee83151 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileSystem.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsFileSystem.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsGroupDataBlocksKeyMapper.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsGroupDataBlocksKeyMapper.java index 0fd450942..438f6fb58 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsGroupDataBlocksKeyMapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsGroupDataBlocksKeyMapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInputStream.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInputStream.java index e178f4585..b11358a6e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidHdfsVersionException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidHdfsVersionException.java index b0e0b3abb..db1e7e320 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidHdfsVersionException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidHdfsVersionException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidPathException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidPathException.java index 9125d53f8..cfb7d6a71 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidPathException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsInvalidPathException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMetrics.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMetrics.java index a50aea723..3389e28e8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMode.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMode.java index 7dc44e13d..444fac673 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutOfSpaceException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutOfSpaceException.java index 6c75f14d7..d0fd4b02d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutOfSpaceException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutOfSpaceException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutputStream.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutputStream.java index 887075c60..a7a594987 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsOutputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsParentNotDirectoryException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsParentNotDirectoryException.java index b953f3867..3e14b441f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsParentNotDirectoryException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsParentNotDirectoryException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPath.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPath.java index 6beed3d82..0c7c7c758 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPath.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPath.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathAlreadyExistsException.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathAlreadyExistsException.java index fdeedb315..4654c469a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathAlreadyExistsException.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathAlreadyExistsException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathSummary.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathSummary.java index 1ad9bfef5..0314fe370 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathSummary.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsPathSummary.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsReader.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsReader.java index 0e1883b4e..281a18623 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsReader.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/GridGgfsReader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsFileRange.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsFileRange.java index e2e8066ab..0ce10b2e5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsFileRange.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsFileRange.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsInputStreamJobAdapter.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsInputStreamJobAdapter.java index 2e23b7dde..8efbf4e1d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsInputStreamJobAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsInputStreamJobAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJob.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJob.java index b492b8d24..bf8d7706d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJob.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJobAdapter.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJobAdapter.java index e34733900..80a9ba126 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJobAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsJobAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRangeInputStream.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRangeInputStream.java index c308f1f7d..25b13d29f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRangeInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRangeInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRecordResolver.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRecordResolver.java index 78d2fd828..2284280d6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRecordResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsRecordResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTask.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTask.java index 0f7240e64..2b7cc33ae 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskArgs.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskArgs.java index c9cb5c876..e32abfcff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskArgs.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskArgs.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskNoReduceAdapter.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskNoReduceAdapter.java index 9ae10a825..eb24be5e1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskNoReduceAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/GridGgfsTaskNoReduceAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsByteDelimiterRecordResolver.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsByteDelimiterRecordResolver.java index b1e2a9641..4c611fdf5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsByteDelimiterRecordResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsByteDelimiterRecordResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsFixedLengthRecordResolver.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsFixedLengthRecordResolver.java index 310b6d66a..b4e610b38 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsFixedLengthRecordResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsFixedLengthRecordResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsNewLineRecordResolver.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsNewLineRecordResolver.java index 808759fe4..9b7e14400 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsNewLineRecordResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsNewLineRecordResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsStringDelimiterRecordResolver.java b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsStringDelimiterRecordResolver.java index 504b7e903..c49b4157d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsStringDelimiterRecordResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/ggfs/mapreduce/records/GridGgfsStringDelimiterRecordResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoop.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoop.java index 96764a05c..20b98cc3a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoop.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoop.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopConfiguration.java index bff2e87de..c21d82d1d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounter.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounter.java index 2f35186d8..43b33d9a6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounter.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounterWriter.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounterWriter.java index 9a00bd8d7..fae352990 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounterWriter.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounterWriter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounters.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounters.java index eb076c03e..eb9b57e38 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounters.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopCounters.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopFileBlock.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopFileBlock.java index c6859d450..88fc0ef5c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopFileBlock.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopFileBlock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopInputSplit.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopInputSplit.java index 5f79ef98e..0dd3c6edc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopInputSplit.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopInputSplit.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJob.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJob.java index 8cda8e814..40cbe568b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJob.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobId.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobId.java index e4dae10a4..24899cc87 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobId.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobId.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobInfo.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobInfo.java index 3ba711341..481e9217a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobPhase.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobPhase.java index 3c94b9cce..3a0d11130 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobPhase.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobPhase.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobProperty.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobProperty.java index 7d87f6500..c535fbdc1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobProperty.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobProperty.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobStatus.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobStatus.java index be8d13713..cb63ea53d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobStatus.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopJobStatus.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlan.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlan.java index 1f679757f..1831c5335 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlan.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlan.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlanner.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlanner.java index b7d08e77a..3d3acb952 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlanner.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopMapReducePlanner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopPartitioner.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopPartitioner.java index 101dc774f..90d33eb9f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopPartitioner.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopPartitioner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopSerialization.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopSerialization.java index 3d65b66bf..ff6d80063 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopSerialization.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopSerialization.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTask.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTask.java index 86890d7d5..e72d50170 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskContext.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskContext.java index 59b354796..f3b0511f0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInfo.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInfo.java index c32b95e40..5a2f0305e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInput.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInput.java index 7fdea1b6d..4ec0983f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInput.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskInput.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskOutput.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskOutput.java index 19d525228..a2ba8f624 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskOutput.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskOutput.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskType.java b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskType.java index ee3cf5cd4..09cf33f3a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskType.java +++ b/modules/core/src/main/java/org/gridgain/grid/hadoop/GridHadoopTaskType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridClosureCallMode.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridClosureCallMode.java index 831ce63ce..98947cf53 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridClosureCallMode.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridClosureCallMode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponent.java index d1557cb5f..995816c27 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponentType.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponentType.java index 711ff3e4f..7615ecd02 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponentType.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridComponentType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridComputeImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridComputeImpl.java index 0f2afc663..f1b0d4868 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridComputeImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridComputeImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDiagnostic.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDiagnostic.java index dc0ddd382..a9eedbfc3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDiagnostic.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDiagnostic.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectCollection.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectCollection.java index bcb97305c..efcb64a51 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectCollection.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectCollection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectMap.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectMap.java index 4a3c14eef..c5fe248a6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectTransient.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectTransient.java index 7c5e133c3..fbefe93a2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectTransient.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectTransient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectVersion.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectVersion.java index f7f8a60b2..1cb676f23 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectVersion.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridDirectVersion.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventConsumeHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventConsumeHandler.java index adb3e4406..17c4a9bad 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventConsumeHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventConsumeHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventsImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventsImpl.java index 933baf43f..82ceb982d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventsImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridEventsImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridEx.java index eeb3076d6..fad3e0a36 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridExecutorServiceMBeanAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridExecutorServiceMBeanAdapter.java index bc900e645..d59e60473 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridExecutorServiceMBeanAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridExecutorServiceMBeanAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainEx.java index 975facec8..dce586206 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainMBeanAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainMBeanAdapter.java index 173eb05de..837daa859 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainMBeanAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridGainMBeanAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalException.java index 705b33a5e..9cbda3322 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalWrapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalWrapper.java index 7062d5fb5..2d94d5eff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridInternalWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobCancelRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobCancelRequest.java index 9afb6300d..501813c15 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobCancelRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobCancelRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobContextImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobContextImpl.java index 3b9504dc9..c8e080da4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobContextImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequest.java index 725ccb022..896863b62 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequestV2.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequestV2.java index 7e9b1c173..52db806b8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequestV2.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteRequestV2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteResponse.java index b0c89a89c..c1a06c864 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobExecuteResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobResultImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobResultImpl.java index 6707c259e..15c2a80c8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobResultImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobResultImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSessionImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSessionImpl.java index 1f3e96f60..320bdcfdd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSessionImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSessionImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingImpl.java index d737d4ddb..1e6f75705 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsRequest.java index 2fa5ef4f6..884f78e32 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsResponse.java index 8a88f40ca..b94cea98a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridJobSiblingsResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java index fcbb0a62f..5759a1c25 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContext.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContext.java index ea0aaaf36..e4ff519d8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContextImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContextImpl.java index 48a38a794..871a3a419 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContextImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGateway.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGateway.java index f35f603bd..3c503a5f0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGateway.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGateway.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGatewayImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGatewayImpl.java index 49bec2be4..0056a0039 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGatewayImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalGatewayImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalState.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalState.java index dcd725ff6..4a3f5e403 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalState.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernalState.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKillTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKillTask.java index 7e572d154..c5d77e927 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKillTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKillTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridLocalNodeMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridLocalNodeMetrics.java index 874e6ae66..8df4f17d2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridLocalNodeMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridLocalNodeMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridLoggerProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridLoggerProxy.java index 612ad09fa..42fe4a1ed 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridLoggerProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridLoggerProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessageListenHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessageListenHandler.java index 0001c5f4f..12918e19e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessageListenHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessageListenHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessagingImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessagingImpl.java index a48a21317..16bce9b73 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessagingImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridMessagingImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeAttributes.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeAttributes.java index 053824bbe..93f0a7673 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeAttributes.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeAttributes.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeLocalMapImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeLocalMapImpl.java index d66595733..e85b3b6c6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeLocalMapImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeLocalMapImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeMetricsMBean.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeMetricsMBean.java index 60b44d615..5535885ff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeMetricsMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeMetricsMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeOrderComparator.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeOrderComparator.java index 9d18936ce..667177b9e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeOrderComparator.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridNodeOrderComparator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridPerformanceSuggestions.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridPerformanceSuggestions.java index e273e801a..6d212265f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridPerformanceSuggestions.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridPerformanceSuggestions.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridPortablesImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridPortablesImpl.java index 2bbe8cf2b..6b87990d1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridPortablesImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridPortablesImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProductImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProductImpl.java index ff7c2acc1..ec5bf0243 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProductImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProductImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionAdapter.java index 3fbed6a84..fd68cff6e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionEx.java index bd78648e6..699fbc783 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionMetricsImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionMetricsImpl.java index c1365dd01..e4ddbca07 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionMetricsImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProjectionMetricsImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProperties.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProperties.java index 6e81942f3..1d7850bd8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProperties.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProperties.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProxyListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProxyListener.java index c76758a8d..98e1acc83 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridProxyListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridProxyListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridSchedulerImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridSchedulerImpl.java index 9574df25f..8c806aee2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridSchedulerImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridSchedulerImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridServicesImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridServicesImpl.java index ad2a92278..e8f359a82 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridServicesImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridServicesImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskCancelRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskCancelRequest.java index aaaa334d2..3b2f07d43 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskCancelRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskCancelRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskFutureImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskFutureImpl.java index 5aeb7472b..edec7e88d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskFutureImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskFutureImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskMessage.java index b09580b7b..f5826ad53 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskNameHashKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskNameHashKey.java index 0d9e695af..c9ee66589 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskNameHashKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskNameHashKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionImpl.java index 8036a8e29..90e124120 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionInternal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionInternal.java index a1566fa72..fca03ebee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionInternal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionInternal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionRequest.java index 5ffaf3089..e2d525418 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTaskSessionRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTopic.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTopic.java index f92170fca..55996d87e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridTopic.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridTopic.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridUpdateNotifier.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridUpdateNotifier.java index ba54d47cc..9c3759f30 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridUpdateNotifier.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridUpdateNotifier.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/executor/GridExecutorService.java b/modules/core/src/main/java/org/gridgain/grid/kernal/executor/GridExecutorService.java index 22219e17c..06cc99421 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/executor/GridExecutorService.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/executor/GridExecutorService.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsControlResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsControlResponse.java index 1ed5a70e4..a295e6c62 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsControlResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsControlResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataInputStream.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataInputStream.java index 9cac7f1eb..893d6ebb6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataOutputStream.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataOutputStream.java index 712e57025..3f8cb95a9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataOutputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsDataOutputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsHandshakeRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsHandshakeRequest.java index 4161faf90..20aa42b87 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsHandshakeRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsHandshakeRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsIpcCommand.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsIpcCommand.java index cd13f7560..d6c7d6180 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsIpcCommand.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsIpcCommand.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsLogger.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsLogger.java index 36741d2cb..2420b91c4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsLogger.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMarshaller.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMarshaller.java index 22d8fa57d..6ea504d91 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMessage.java index cc7b0c0bb..301068895 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsPathControlRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsPathControlRequest.java index 4da7ba667..cb027aa19 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsPathControlRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsPathControlRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStatusRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStatusRequest.java index c85addbd5..2cea3d5ed 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStatusRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStatusRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStreamControlRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStreamControlRequest.java index 7f6cef38a..34f7fc19a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStreamControlRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/ggfs/common/GridGgfsStreamControlRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManager.java index 333c1c4dc..c00db9037 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManagerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManagerAdapter.java index de792ee45..634abb30e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManagerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridManagerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridNoopManagerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridNoopManagerAdapter.java index af5c27ffb..82688ad38 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridNoopManagerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/GridNoopManagerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManager.java index 319cd9f66..854da7c74 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointRequest.java index 65849aab6..b1d1f84a0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionJobContextAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionJobContextAdapter.java index 4b82b9bd7..24f04ed90 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionJobContextAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionJobContextAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionManager.java index 2b0200507..1a7b3d46b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/collision/GridCollisionManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridDisconnectListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridDisconnectListener.java index 32a0541e5..218ec5dee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridDisconnectListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridDisconnectListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoManager.java index e44700ae6..5abe396d0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoMessage.java index dc5c91c30..88a1cf0cd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoPolicy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoPolicy.java index 6efc67053..70db1abea 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoUserMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoUserMessage.java index 3a5ddd168..a1c20347f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoUserMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridIoUserMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridMessageListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridMessageListener.java index e347de7c6..780031819 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridMessageListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/communication/GridMessageListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeployment.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeployment.java index d1fd418f4..445349f88 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeployment.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeployment.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentClassLoader.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentClassLoader.java index 7c185f99d..6d49d5ca6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentClassLoader.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentClassLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentCommunication.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentCommunication.java index 5a9ef9fc7..ea8172816 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentCommunication.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentCommunication.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfo.java index 962167b73..a98ae1734 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfoBean.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfoBean.java index 2d6bafd74..42ec86437 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfoBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentInfoBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentLocalStore.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentLocalStore.java index ac72e512b..c0aea4ce1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentLocalStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentLocalStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManager.java index 110a9edb0..afb7c6d38 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMetadata.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMetadata.java index 6e5a48ade..02d99c5dc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMetadata.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerLoaderStore.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerLoaderStore.java index 0dadb0ea7..d588c8c51 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerLoaderStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerLoaderStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerVersionStore.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerVersionStore.java index 770edb9ed..c3ba32735 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerVersionStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentPerVersionStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentRequest.java index 9a303f0f8..48482ba99 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentResponse.java index ea30da80f..3423f25a1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStore.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStore.java index f764f1fff..1397fa140 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStoreAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStoreAdapter.java index 3e98862c8..0b027b0d1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStoreAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentStoreAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridProtocolHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridProtocolHandler.java index 46ec40f40..428f2a35f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridProtocolHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridProtocolHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridUrlConnection.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridUrlConnection.java index a53b990ee..b0290ae0e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridUrlConnection.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/deployment/protocol/gg/GridUrlConnection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManager.java index d358c8319..6d40c548b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryTopologySnapshot.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryTopologySnapshot.java index d1f804f62..a7fa4191a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryTopologySnapshot.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryTopologySnapshot.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridLocalMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridLocalMetrics.java index 55ae7101e..d85263197 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridLocalMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/discovery/GridLocalMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageManager.java index 493786153..c0f2911d5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageMessage.java index 901acb84c..871a6d5bd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridEventStorageMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridLocalEventListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridLocalEventListener.java index b295c55cc..657dbdca9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridLocalEventListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/eventstorage/GridLocalEventListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverContextImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverContextImpl.java index 223131894..47ad3e92a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverContextImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverManager.java index e287e0a8d..9114868a0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/failover/GridFailoverManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/indexing/GridIndexingManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/indexing/GridIndexingManager.java index 42cc08209..a8d2e8816 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/indexing/GridIndexingManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/indexing/GridIndexingManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerAdapter.java index f00bc29f0..d373ad3f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerManager.java index ae3c08494..e051d2ff7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/loadbalancer/GridLoadBalancerManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSession.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSession.java index 39a3a3848..e41e4e581 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSession.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSessionManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSessionManager.java index d9e9dd598..b0b9aa03f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSessionManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/GridSecureSessionManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/os/GridOsSecureSessionManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/os/GridOsSecureSessionManager.java index b0350ec2c..83c37aded 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/os/GridOsSecureSessionManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/securesession/os/GridOsSecureSessionManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridAllowAllPermissionSet.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridAllowAllPermissionSet.java index 80d7af199..bbbd7cccf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridAllowAllPermissionSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridAllowAllPermissionSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityContext.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityContext.java index 678cf24ec..48e6e3e92 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityImpl.java index 789df1e78..0501089c1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityManager.java index a1adfc696..7fdf6fbf2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecurityManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecuritySubjectAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecuritySubjectAdapter.java index 5453ac2a1..25a23b260 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecuritySubjectAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/GridSecuritySubjectAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/os/GridOsSecurityManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/os/GridOsSecurityManager.java index 3156b72c8..d641139bc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/os/GridOsSecurityManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/security/os/GridOsSecurityManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManager.java index ad58334f6..1aa77214f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessor.java index 8a9b7955d..1054f3cf7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessorAdapter.java index 30714a54b..117488844 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/GridProcessorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignment.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignment.java index 32d724867..85b2176b6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignment.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignment.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignmentCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignmentCache.java index 246f9ccd5..07f234d5e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignmentCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityAssignmentCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityMessage.java index 2e8ea100c..3b8198d18 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessor.java index b063e8cf3..e3a75f198 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityUtils.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityUtils.java index 9f88d038e..b99a3b7fe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridCacheAffinityFunctionContextImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridCacheAffinityFunctionContextImpl.java index e5dc7c297..856b70b40 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridCacheAffinityFunctionContextImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/affinity/GridCacheAffinityFunctionContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAdapter.java index f4c5030fd..b133c66b1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityManager.java index 34f5f0868..37fe66c7a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicFuture.java index 79209c616..923eab0e5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicVersionComparator.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicVersionComparator.java index df1f8ed9e..71872be8c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicVersionComparator.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicVersionComparator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAttributes.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAttributes.java index a2a9b32f7..3c045a167 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAttributes.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheAttributes.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheBatchSwapEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheBatchSwapEntry.java index 923d962b3..b868bbc8b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheBatchSwapEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheBatchSwapEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllRunnable.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllRunnable.java index 40777fc48..79eacee82 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllRunnable.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllRunnable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMap.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMap.java index fec2cfa24..2105f88a7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConflictResolver.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConflictResolver.java index fef37888e..b4f5c50fa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConflictResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheConflictResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheContext.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheContext.java index 8a43374c2..c2d9fe114 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDefaultAffinityKeyMapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDefaultAffinityKeyMapper.java index 17a80659a..8c0b43ebb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDefaultAffinityKeyMapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDefaultAffinityKeyMapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeployable.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeployable.java index 4b7703daa..b975d38dd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeployable.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeployable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentManager.java index 984d43630..04bc0ee9a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcBadLock.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcBadLock.java index acb897a25..7258f8040 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcBadLock.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcBadLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcLockCandidate.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcLockCandidate.java index 8c3e93de9..46934a90d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcLockCandidate.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcLockCandidate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManager.java index 60d74d52c..434e2f5b3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcRequest.java index 168e471b6..b74b8cc49 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcResponse.java index 01f21a15d..c1c93187f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryEx.java index 155d7b37f..a880df769 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryImpl.java index 432a21513..04db0e60a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfo.java index bafc834ab..04a96a041 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfoCollectSwapListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfoCollectSwapListener.java index ab2fcf84f..4960105da 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfoCollectSwapListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryInfoCollectSwapListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRedeployException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRedeployException.java index 1953a754e..36dcc2754 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRedeployException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRedeployException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRemovedException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRemovedException.java index f2fb5c5ec..91974e7c4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRemovedException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryRemovedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntrySet.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntrySet.java index 5627bb6d3..6206809b2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntrySet.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntrySet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEventManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEventManager.java index 036129301..c1e1c0a9f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEventManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEventManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEntry.java index 74c8a0087..437a79ead 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionManager.java index 863c4d142..be51a5bc1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionRequest.java index 3c0ac450c..520cc88b1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionResponse.java index 8013e0b3e..a242aee34 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheExplicitLockSpan.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheExplicitLockSpan.java index f0fe7a14a..3dee9ddda 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheExplicitLockSpan.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheExplicitLockSpan.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterEvaluationEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterEvaluationEntry.java index 4ec0c3dd3..48f6e07c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterEvaluationEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterEvaluationEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterFailedException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterFailedException.java index e3a81502d..0b0b34ee2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterFailedException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFilterFailedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFuture.java index 1ca7d29d4..59530ed67 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheGateway.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheGateway.java index 18f4829ee..81c7a7193 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheGateway.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheGateway.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIndexUpdateException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIndexUpdateException.java index 9e3df0dc1..96ca8b8fe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIndexUpdateException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIndexUpdateException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheInternal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheInternal.java index f7ba155c4..b5cfffd5c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheInternal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheInternal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIoManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIoManager.java index f911db607..d8a94dfe7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIoManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIoManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIterator.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIterator.java index aca537d77..3c466dd66 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeySet.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeySet.java index 24f68f08f..a0786efe5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeySet.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeySet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLockTimeoutException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLockTimeoutException.java index dbfea88fb..5bcbac6de 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLockTimeoutException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLockTimeoutException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLogger.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLogger.java index 07074a983..318e3cebe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLogger.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMBeanAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMBeanAdapter.java index 86d61c572..926f3bf4f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMBeanAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMBeanAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManager.java index bcc81abec..7c5214ec7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManagerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManagerAdapter.java index 33c50140d..26304177f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManagerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheManagerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapAdapter.java index a127b4bcd..11075643b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntry.java index c506c4ef5..9c3a5bace 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntryFactory.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntryFactory.java index b44f66f1d..1a7cf3a5d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntryFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMapEntryFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMessage.java index e53a8046c..f34d130f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMetricsAdapter.java index 631c32756..b8a22f5d0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiTxFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiTxFuture.java index 9d13ce29e..211ce449d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiTxFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiTxFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvcc.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvcc.java index 05fe39232..1537df905 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvcc.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvcc.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccCandidate.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccCandidate.java index d298e7bfc..f7e87a490 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccCandidate.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccCandidate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFuture.java index 3548676a2..a82f2a1fa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManager.java index e539c275d..25c20ac98 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffheapSwapEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffheapSwapEntry.java index 705920f4b..c1127241b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffheapSwapEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffheapSwapEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOperation.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOperation.java index 3450b248c..81bbc131b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOperation.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheOperation.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloader.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloader.java index a2647962d..dd7a89a2d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloader.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloaderAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloaderAdapter.java index cc05b835c..bcf5c37c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloaderAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloaderAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProcessor.java index aa8eb05e7..653c6583a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionEx.java index af930c233..59f66e9da 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionImpl.java index b0ee024b1..826c8b218 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProjectionImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxy.java index 605a0ea4b..f45014835 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxyImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxyImpl.java index df090e34b..4ba0778ce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxyImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheProxyImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturn.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturn.java index 8487bd869..ec94e8997 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturn.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturn.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreManager.java index 165e78955..12d75f903 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntry.java index e15311353..f1e125f05 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntryImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntryImpl.java index e5320cbc0..2efc64737 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntryImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapEntryImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapListener.java index ca9e41089..453bbd20a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapManager.java index 4031850db..f7ed7df2a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransformComputeClosure.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransformComputeClosure.java index 4231233a7..cf17b280d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransformComputeClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransformComputeClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManager.java index e7d85247f..d248fadae 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAdapter.java index c33e2d1f0..71e7b70ef 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEntry.java index d2ead4fd0..d52d20358 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEx.java index ff3e95e25..15338a107 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalAdapter.java index 5b4717d8a..3a7bad945 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalEx.java index 3f2b5226b..238b49da9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxLocalEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxManager.java index 50c9a8710..8fbe9dd25 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMap.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMap.java index c17b0be30..662717332 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxy.java index 29c7ac6db..77b3e781d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxyImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxyImpl.java index 8e62f8300..956523def 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxyImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxProxyImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxRemoteEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxRemoteEx.java index fee129594..3fb56efff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxRemoteEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxRemoteEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateAtomicResult.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateAtomicResult.java index e33956e85..5e4dd1fbc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateAtomicResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateAtomicResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateTxResult.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateTxResult.java index 6f1672fcd..773cf7de7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateTxResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUpdateTxResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilityKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilityKey.java index fb563fa19..187cdf73c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilityKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilityKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtils.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtils.java index 3d2bbf8cb..79eff221a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytes.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytes.java index c87779c83..b1f0fc47b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytes.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytes.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueCollection.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueCollection.java index cdc70906d..7522b3ee2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueCollection.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueCollection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersion.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersion.java index f811bebc9..440838587 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersion.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersion.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionEx.java index 9b07262bd..d4862e468 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionManager.java index f5b7b9a41..5cb5c117c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionable.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionable.java index 6b6b6fc60..791e68836 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionable.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStore.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStore.java index fd768bb9b..91508c7de 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridPartitionLockKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridPartitionLockKey.java index 599c439cd..9b12360d1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridPartitionLockKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/GridPartitionLockKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityImpl.java index 49506b13b..2f061b2fe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityProxy.java index 7a9e974f6..af2266fb6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/affinity/GridCacheAffinityProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridAtomicCacheQueueImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridAtomicCacheQueueImpl.java index 8291951d4..9bbb50b8a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridAtomicCacheQueueImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridAtomicCacheQueueImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAnnotationHelper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAnnotationHelper.java index 62844d411..d2a183f4c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAnnotationHelper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAnnotationHelper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongEx.java index 3783692d1..2da178c49 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongImpl.java index 2d8eccbfe..915b848f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongValue.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongValue.java index 0206d64b8..977f68463 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongValue.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceEx.java index 88ccf142d..509cc4034 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceImpl.java index 092d495b1..658e344cc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceValue.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceValue.java index ea1dd2553..64b061841 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceValue.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceEx.java index 73641ab3d..4e6280f16 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceImpl.java index 917131fca..2fb641261 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceValue.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceValue.java index 30ef3bf5f..985b73b1f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceValue.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicSequenceValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedEx.java index 6b0a5c8df..08576e007 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedImpl.java index e2e267165..c41e25097 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedValue.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedValue.java index 4c58b2517..146873b41 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedValue.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchEx.java index 126a42d39..5a553e311 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchImpl.java index 908a22053..bb756e716 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchValue.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchValue.java index 7384d284f..2f1983e3e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchValue.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresImpl.java index 308e36b1a..3f7ea84f2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresManager.java index 6cc28c221..559ce4d11 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresProxy.java index 8e72f65de..38e563dee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheDataStructuresProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKey.java index f084ed592..2cd7d070f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKeyImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKeyImpl.java index 2056aee90..9253b1097 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKeyImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheInternalKeyImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueAdapter.java index e3ac3c289..96b255c0e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeader.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeader.java index c5ba64ac0..07bc2eec3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeader.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeaderKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeaderKey.java index 8c1c86f1a..940939913 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeaderKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueHeaderKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueItemKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueItemKey.java index a962b0879..97e4daeaa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueItemKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueItemKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueProxy.java index 0f05de848..a19e6e66d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheRemovable.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheRemovable.java index dd4c7cb75..6a1038b65 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheRemovable.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheRemovable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeader.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeader.java index 9f24f889b..a2a2eb462 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeader.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeaderKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeaderKey.java index 26eb720b0..af80642ba 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeaderKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetHeaderKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetImpl.java index 3e0091b96..4dd390f5e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetItemKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetItemKey.java index 9caf91780..23e33e3c2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetItemKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetItemKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetProxy.java index 7d1ee143e..2563c07b8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridSetQueryPredicate.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridSetQueryPredicate.java index 7d820cc82..644c100d4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridSetQueryPredicate.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridSetQueryPredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridTransactionalCacheQueueImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridTransactionalCacheQueueImpl.java index 6a29f52eb..9036643c7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridTransactionalCacheQueueImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridTransactionalCacheQueueImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheCommittedTxInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheCommittedTxInfo.java index 1aada008e..fd44de92c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheCommittedTxInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheCommittedTxInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMappedVersion.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMappedVersion.java index 43c12dfe2..1b4dc8815 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMappedVersion.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMappedVersion.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxFuture.java index 523d42d0f..ce806ae2e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxRequest.java index decfcae35..09ad5a9ee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxResponse.java index 715e19d0d..05de5cf6c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheOptimisticCheckPreparedTxResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePerThreadTxCommitBuffer.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePerThreadTxCommitBuffer.java index 540314235..26d8f0fa1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePerThreadTxCommitBuffer.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePerThreadTxCommitBuffer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxFuture.java index e3c77ef77..7ea7c2571 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxRequest.java index 3b484d4fa..be92b19d6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxResponse.java index 73ed1f219..0353ed8fb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePessimisticCheckCommittedTxResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxCommitBuffer.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxCommitBuffer.java index 7317c2578..80e72555a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxCommitBuffer.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxCommitBuffer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxFinishSync.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxFinishSync.java index 8d7fe999f..4689da359 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxFinishSync.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxFinishSync.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedBaseMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedBaseMessage.java index 1ba80f34a..10e110581 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedBaseMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedBaseMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheAdapter.java index 666ecd6c5..461701468 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheEntry.java index 7833b3634..a3420e3fb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockCancelledException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockCancelledException.java index 8a9357d04..25150035f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockCancelledException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockCancelledException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockRequest.java index 0ba610db3..dfeb7fe1f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockResponse.java index a81b83cbb..e39a13f96 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedLockResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishRequest.java index 924ae825e..232e6c20b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishResponse.java index 41955322e..cb3f3778d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxFinishResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxMapping.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxMapping.java index 50d515a5e..80787c2f6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxMapping.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxMapping.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareRequest.java index 06e7476d5..ce97ac8ac 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareResponse.java index f6296ad81..d8e1939f3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxPrepareResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java index 660cc1da4..1cb55485a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedUnlockRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedUnlockRequest.java index afc031504..ec2783379 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedUnlockRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridDistributedUnlockRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridFutureRemapTimeoutObject.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridFutureRemapTimeoutObject.java index 12118ccba..e298384f0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridFutureRemapTimeoutObject.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridFutureRemapTimeoutObject.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridPartitionedCacheEntryImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridPartitionedCacheEntryImpl.java index 768192508..0c2461c22 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridPartitionedCacheEntryImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/GridPartitionedCacheEntryImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentRequest.java index c2cc5c3e6..11a530a43 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentResponse.java index c3197512d..4d88a9b1b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAffinityAssignmentResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAssignmentFetchFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAssignmentFetchFuture.java index 85fb31a11..2808bc6f6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAssignmentFetchFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtAssignmentFetchFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCache.java index 6c9769921..b54a09766 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheAdapter.java index 72acb3fdd..ab2c9d4e6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntry.java index 26433120b..f339542d3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntryImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntryImpl.java index c54f1a850..ae4cbb862 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntryImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtCacheEntryImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtEmbeddedFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtEmbeddedFuture.java index 0e5c529da..0c3593d38 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtEmbeddedFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtEmbeddedFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFinishedFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFinishedFuture.java index 53ac0ca37..d4aa16cc2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFinishedFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFinishedFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFuture.java index 7a56cc8a8..f8b2762fd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtGetFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtGetFuture.java index 63ec9ff5c..ccc9908e3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtGetFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtGetFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtInvalidPartitionException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtInvalidPartitionException.java index 41b606c94..f8ee9f06b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtInvalidPartitionException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtInvalidPartitionException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLocalPartition.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLocalPartition.java index d15fbf365..ab6e86578 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLocalPartition.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLocalPartition.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockFuture.java index 2a0b4aa0c..3d7f0f7aa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockRequest.java index 483047dc2..a65569aa0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockResponse.java index bf00b74a5..0705fe5c6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtLockResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionState.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionState.java index 133ea5499..47d696536 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionState.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionState.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopology.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopology.java index 97f97469c..3f8de247c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopology.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopology.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopologyImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopologyImpl.java index 7679ed65f..be46d55f4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopologyImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtPartitionTopologyImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTopologyFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTopologyFuture.java index c444ef0f2..e9a09e0ab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTopologyFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTopologyFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTransactionalCacheAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTransactionalCacheAdapter.java index 744b9bd76..1a663eff6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTransactionalCacheAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTransactionalCacheAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishFuture.java index 6550c8b94..90e000c16 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishRequest.java index 10df524b8..b07a4d128 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishResponse.java index 9e31af065..e0a84a31d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxFinishResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocal.java index aeff7479d..2bb46b3ca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocalAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocalAdapter.java index 97db87062..ccc3acccb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocalAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxLocalAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxMapping.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxMapping.java index 60f2234c4..e04bcb172 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxMapping.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxMapping.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareFuture.java index dfa4e3674..24eed8167 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareRequest.java index 860e8f902..aebd89c0d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareResponse.java index 5286f304d..1c6880030 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxPrepareResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxRemote.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxRemote.java index e267c2cb9..617ce72e5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxRemote.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtTxRemote.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtUnlockRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtUnlockRequest.java index dc5719572..120bc3364 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtUnlockRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridDhtUnlockRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridNoStorageCacheMap.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridNoStorageCacheMap.java index de295254d..83ceeb4ec 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridNoStorageCacheMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridNoStorageCacheMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridPartitionedGetFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridPartitionedGetFuture.java index 7fc2f7eaa..219646677 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridPartitionedGetFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridPartitionedGetFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java index 1518d060f..f824f41db 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCacheEntry.java index 5c45a7c4b..5b9f1ec5c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicDeferredUpdateResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicDeferredUpdateResponse.java index ea3fcd774..c52b2fc3c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicDeferredUpdateResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicDeferredUpdateResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateFuture.java index 32a5a56a0..66970a339 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateRequest.java index 4e0ea5778..005b1861d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateResponse.java index acf472dea..cf415b9c7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateFuture.java index 4cb936bd3..f07f98bac 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateRequest.java index 4498b5821..1ebce37b5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateResponse.java index 9dee0ebd1..383f51e43 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridNearAtomicUpdateResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCache.java index 59456777a..a4cfa2bca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCacheEntry.java index d43ca97c2..5db9f1e53 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java index 943a9b844..ac3e216c7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedLockFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxFinishFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxFinishFuture.java index 64607ddf7..8cd50d266 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxFinishFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxFinishFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxLocal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxLocal.java index ba5cf3fd0..b2df82cc2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxLocal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxLocal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxPrepareFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxPrepareFuture.java index 750099828..e2b1e78cd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxPrepareFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtColocatedTxPrepareFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtDetachedCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtDetachedCacheEntry.java index 1abd568f5..207fe2b6f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtDetachedCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/colocated/GridDhtDetachedCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysFuture.java index 365e5e1c6..76076424e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysRequest.java index 2275c6ad2..7be63585f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysResponse.java index e7aeda7e0..f0aaadc87 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtForceKeysResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java index 6a10bbe53..bfb826a00 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandPool.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandPool.java index 1106caf0b..5d684986f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandPool.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemandPool.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionExchangeId.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionExchangeId.java index d474fe25e..6218bd796 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionExchangeId.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionExchangeId.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionFullMap.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionFullMap.java index b28c156f0..9a6570d34 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionFullMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionFullMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionMap.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionMap.java index 9847c0f34..afa762dc2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessage.java index 9d39d2515..a1a30f0d6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyPool.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyPool.java index 8b0a47969..25c10a3f5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyPool.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplyPool.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsAbstractMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsAbstractMessage.java index 108d3ec11..b6fef8057 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsAbstractMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsAbstractMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java index 26ce2b36f..54d36b191 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java index 01e37c13c..941e97845 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleMessage.java index 38ed17194..607d3a528 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleRequest.java index 201522553..3f8da20f6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPartitionsSingleRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java index cecc792fc..b8ed10a51 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/preloader/GridDhtPreloader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearAtomicCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearAtomicCache.java index b16ae7e1a..448cd1641 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearAtomicCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearAtomicCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheAdapter.java index 52dd8a953..ae2db0670 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheClearAllRunnable.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheClearAllRunnable.java index 27e45df00..35de9993b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheClearAllRunnable.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheClearAllRunnable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheEntry.java index 25dd46c5c..cf4c92433 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetFuture.java index 76bb256e1..172783f51 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetRequest.java index 9d40c1741..bdf1cb7fd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetResponse.java index cf6c6b84d..aa8d059e7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearGetResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockFuture.java index 5783bd38d..9e2d92773 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockMapping.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockMapping.java index 1f8a15b5f..4dfe5a8c8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockMapping.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockMapping.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockRequest.java index 8a58b3842..4953e5e05 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockResponse.java index ed9634ef9..67a3ad54f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearLockResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTransactionalCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTransactionalCache.java index 1f5681af3..892aa6514 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTransactionalCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTransactionalCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishFuture.java index 7675f7da0..55e6dd1de 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishRequest.java index b284e508b..8646730a4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishResponse.java index 86fede3bc..60b7e98bb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxFinishResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxLocal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxLocal.java index bc78728e0..9b41f0373 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxLocal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxLocal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareFuture.java index 0c642fc5a..f3503c32f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareRequest.java index 4810d055b..6c7bb10f5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareResponse.java index d6df21b48..1ab90bbc5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxPrepareResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxRemote.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxRemote.java index e627d36ac..3019ab6f4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxRemote.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearTxRemote.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearUnlockRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearUnlockRequest.java index 2e0149702..edad638b4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearUnlockRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridNearUnlockRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrExpirationInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrExpirationInfo.java index 502f608d7..9c5fc795b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrExpirationInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrExpirationInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrInfo.java index 64680fdff..79607b435 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrManager.java index 19c6488a2..27055af9a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrReceiveAttributes.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrReceiveAttributes.java index 06efce51d..761e9c5d1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrReceiveAttributes.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrReceiveAttributes.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrSendAttributes.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrSendAttributes.java index 3da186ac7..3a85440ee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrSendAttributes.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridCacheDrSendAttributes.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrEntryEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrEntryEx.java index 0c6cb9a19..fe946b87a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrEntryEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrEntryEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrReceiverCacheMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrReceiverCacheMetricsAdapter.java index d5dfe7915..60c4972f5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrReceiverCacheMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrReceiverCacheMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrSenderCacheMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrSenderCacheMetricsAdapter.java index 9e4bce5f1..bed0b2cce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrSenderCacheMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/GridDrSenderCacheMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/os/GridOsCacheDrManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/os/GridOsCacheDrManager.java index c73b7f870..0cfaf0fce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/os/GridOsCacheDrManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/dr/os/GridOsCacheDrManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesEntryExtras.java index 7f1f2329a..501af2b48 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccEntryExtras.java index d0cf633c7..2f6374436 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteEntryExtras.java index 8f82a8386..374dfe479 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteTtlEntryExtras.java index a3902701a..52262056f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccObsoleteTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccTtlEntryExtras.java index 96cd26fac..2df7adcdf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesMvccTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteEntryExtras.java index af7f8fc58..8c0a1f247 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteTtlEntryExtras.java index 13435f740..29147ef79 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesObsoleteTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesTtlEntryExtras.java index 0dad2e6b7..741a4e13e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheAttributesTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtras.java index 7e574fb85..4b711177b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtrasAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtrasAdapter.java index 11c9d93d7..15e6fcaa9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtrasAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheEntryExtrasAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccEntryExtras.java index c78e69d53..143cdfda4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteEntryExtras.java index 16dd017e9..44beb8024 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteTtlEntryExtras.java index adf7c95d9..71c6f7ada 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccObsoleteTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccTtlEntryExtras.java index f3b09884c..cf39246e7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheMvccTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteEntryExtras.java index 661113e8a..8ebfd29fb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteTtlEntryExtras.java index 2eb4f7798..e3c5c06c4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheObsoleteTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheTtlEntryExtras.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheTtlEntryExtras.java index 5f0bb4799..bfd6dc390 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheTtlEntryExtras.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/extras/GridCacheTtlEntryExtras.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheJtaManagerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheJtaManagerAdapter.java index e8ea5b2c7..8e1387e10 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheJtaManagerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheJtaManagerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheNoopJtaManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheNoopJtaManager.java index 252730408..8163ee471 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheNoopJtaManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/jta/GridCacheNoopJtaManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCache.java index ceb2a8a97..e4a510426 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCacheEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCacheEntry.java index 93cfb4c03..5425241cf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCacheEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalCacheEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalLockFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalLockFuture.java index 6cdb175f1..300b17b9f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalLockFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalLockFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTx.java index 0fa064882..203bc96f3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTxFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTxFuture.java index b28eb9e29..44a2425c0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTxFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/GridLocalTxFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/atomic/GridLocalAtomicCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/atomic/GridLocalAtomicCache.java index db0442f8e..db5287fe8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/atomic/GridLocalAtomicCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/local/atomic/GridLocalAtomicCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedFieldsQueryFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedFieldsQueryFuture.java index 45f5b3147..c77a3d818 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedFieldsQueryFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedFieldsQueryFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryFuture.java index ecf18e0cb..6c24dea16 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryManager.java index d4ed37b9a..7a26471ce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheDistributedQueryManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheFieldsQueryErrorFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheFieldsQueryErrorFuture.java index 5be5d6530..2dceecb10 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheFieldsQueryErrorFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheFieldsQueryErrorFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalFieldsQueryFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalFieldsQueryFuture.java index b3d4e8624..a083cc139 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalFieldsQueryFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalFieldsQueryFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryFuture.java index 7ece639a6..040df107c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryManager.java index c77d737fd..94c5e5dbe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheLocalQueryManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesEx.java index a3fd1c86a..7c36d2be3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesImpl.java index c5445e39b..4031960dc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesProxy.java index 32329091f..7a1f949b7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueriesProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ @@ -45,7 +59,7 @@ public GridCacheQueriesProxy() { /** * Create cache queries implementation. * - * @param cctx Сontext. + * @param cctx ??ontext. * @param prj Optional cache projection. * @param delegate Delegate object. */ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryAdapter.java index b7f7fad9f..cc1cd7507 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryBean.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryBean.java index 5d6831f88..8ad713cd9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryErrorFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryErrorFuture.java index f4dc62e50..ed6e9eb59 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryErrorFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryErrorFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryFutureAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryFutureAdapter.java index 980408c5f..fa7bd44ca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryFutureAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryFutureAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryInfo.java index dee918716..74dea44fd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryManager.java index 0ff91ddef..a363545a0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetadataAware.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetadataAware.java index 7d5e587e8..e7e8a1804 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetadataAware.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetadataAware.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsAdapter.java index dc3184fa1..d74935d60 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsKey.java index 229892e0d..022ca3682 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryMetricsKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryRequest.java index 6e4b4d0a0..5466c4a4e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponse.java index 959713dcf..aca29849c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponseEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponseEntry.java index c5bac35fa..751b144a8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponseEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryResponseEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryType.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryType.java index d57fcde3e..c64d49eca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryType.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheQueryType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlIndexMetadata.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlIndexMetadata.java index 1d8a2ee57..3e4dbc5be 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlIndexMetadata.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlIndexMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlMetadata.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlMetadata.java index 9412c9d9a..60cddff53 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlMetadata.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSqlMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAdapter.java index 719917406..6e6e036dd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryEntry.java index 14806fb2c..9dd76dde1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryFilterEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryFilterEx.java index 8fff6f007..536ae7ea6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryFilterEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryFilterEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandler.java index 27d531437..1ee546a35 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV2.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV2.java index 8202ad829..bd4f4bc8e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV2.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV3.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV3.java index d001886c3..68227530e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV3.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV4.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV4.java index 3076f6d47..c25de4b89 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV4.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryHandlerV4.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryListener.java index d332c5775..fb35adf45 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryManager.java index 8f01cdba6..6addc8afa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcMetadataTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcMetadataTask.java index 0df55643b..50521c8b4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcMetadataTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcMetadataTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcTask.java index 73e3db2ea..8c52615b2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcValidationTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcValidationTask.java index e213634d9..966cab962 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcValidationTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/query/jdbc/GridCacheQueryJdbcValidationTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshot.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshot.java index edf9dbcd4..abeb7d6ca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshot.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshot.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshotMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshotMessage.java index 28bddd82d..9455961bf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshotMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaSnapshotMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaVersion.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaVersion.java index 31b3fbfdd..76612df17 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaVersion.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockDeltaVersion.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockMessage.java index 552c91c1f..cde91f7e7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockServer.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockServer.java index c5a51fc19..0adf9a0cc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockServer.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockServer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSource.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSource.java index 52fbf4ef2..fabbeea43 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSource.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSyncProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSyncProcessor.java index 9b8bbb84a..39cce4f34 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSyncProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridClockSyncProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridJvmClockSource.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridJvmClockSource.java index b01eb1004..86f9f53d0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridJvmClockSource.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/clock/GridJvmClockSource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosurePolicy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosurePolicy.java index 17867c721..552291d4b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosurePolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosurePolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessor.java index ce248e225..9272afa12 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridMasterLeaveAwareComputeJobAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridMasterLeaveAwareComputeJobAdapter.java index 03de87d7f..975108433 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridMasterLeaveAwareComputeJobAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridMasterLeaveAwareComputeJobAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridPeerDeployAwareTaskAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridPeerDeployAwareTaskAdapter.java index 6d514e540..f6a6f071c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridPeerDeployAwareTaskAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/closure/GridPeerDeployAwareTaskAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ package org.gridgain.grid.kernal.processors.closure; diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousHandler.java index 7b20694dc..59c0de3b2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessage.java index 09b717162..1b07fd88c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessageType.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessageType.java index 4ebc33ab9..2f17b4fbe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessageType.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousMessageType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousProcessor.java index 7709ef69c..56344a93c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/continuous/GridContinuousProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadCacheUpdaters.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadCacheUpdaters.java index 8d3a1d3a6..9e55ac162 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadCacheUpdaters.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadCacheUpdaters.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadRequest.java index 4fce01e41..9126f4484 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadResponse.java index 4c94bd2bd..7bff38f00 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadUpdateJob.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadUpdateJob.java index c70303bb6..897bac39d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadUpdateJob.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoadUpdateJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderFuture.java index 9a671d77c..40cc9df85 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImpl.java index 293ac3a29..6fdd50c99 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessor.java index 89c52a72b..ffa0a6ac1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrDataLoadCacheUpdater.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrDataLoadCacheUpdater.java index 6f039892a..7f95ca60c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrDataLoadCacheUpdater.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrDataLoadCacheUpdater.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrPlainEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrPlainEntry.java index 49fcf3797..f28159ae5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrPlainEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrPlainEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrProcessor.java index 92aa648e9..adc226309 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrRawEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrRawEntry.java index 72e21fe07..c3effdece 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrRawEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrRawEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrReceiverConflictContextImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrReceiverConflictContextImpl.java index e53c05044..8eebf1832 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrReceiverConflictContextImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrReceiverConflictContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrType.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrType.java index d6b586ea1..292485606 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrType.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrUtils.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrUtils.java index 92aeaf1cc..a95a51053 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/GridDrUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchRequest.java index ec2629c5f..b5463e180 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchResponse.java index 0dcc97178..f913258eb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalBatchResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeRequest.java index 601b6e616..97d773bad 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeResponse.java index 221b74ea5..11a56fb96 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalHandshakeResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingRequest.java index 06c8695f8..7ee82c0b4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingResponse.java index 433480d14..a683bcc8f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/external/GridDrExternalPingResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequest.java index d147341b2..b96c84471 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequestEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequestEntry.java index 12621b06b..bd426044b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequestEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalRequestEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalResponse.java index 57c103f04..b64bd1363 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/messages/internal/GridDrInternalResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/os/GridOsDrProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/os/GridOsDrProcessor.java index 0675a7ac4..658965cb2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/os/GridOsDrProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/dr/os/GridOsDrProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailHolder.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailHolder.java index bdaf91b38..473999017 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailHolder.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailHolder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessorAdapter.java index 0bcca8227..598f9e04d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridNoopEmailProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridNoopEmailProcessor.java index ba9801214..e1457e85c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridNoopEmailProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/email/GridNoopEmailProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAckMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAckMessage.java index 6777af68d..4cb792873 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAckMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAckMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributes.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributes.java index 4336fb14c..6fa0b7510 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributes.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributes.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockKey.java index 9637f996e..9b96761eb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockLocationImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockLocationImpl.java index 17d9cc06d..fed563e70 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockLocationImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlockLocationImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlocksMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlocksMessage.java index 10137988a..16c70d77e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlocksMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsBlocksMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsClientSession.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsClientSession.java index b078a3c55..2ada421f5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsClientSession.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsClientSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommunicationMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommunicationMessage.java index 15f2754d6..0cb0accd3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommunicationMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommunicationMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsContext.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsContext.java index 37ec27e27..8f4f0cafd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManager.java index 4cd12f016..30bc99f19 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteMessage.java index 01aee09c6..fd924ad25 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteWorker.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteWorker.java index a4af3e02e..ed05e951e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteWorker.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDeleteWorker.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDirectoryNotEmptyException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDirectoryNotEmptyException.java index 1101e42c1..28f8b3698 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDirectoryNotEmptyException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDirectoryNotEmptyException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsEx.java index f925b2f51..766fb4a4e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileAffinityRange.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileAffinityRange.java index 0c79fef5c..de6d8c14c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileAffinityRange.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileAffinityRange.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileImpl.java index 5c1d5e221..6ad90647c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfo.java index 1a70c5f35..dbb0c7bfb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMap.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMap.java index 143aa2615..2d8603812 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorker.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorker.java index 5314b97b9..ffcab3673 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorker.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorker.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerBatch.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerBatch.java index 1c3d19ccd..e615c81d0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerBatch.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerBatch.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerTask.java index 7665e6f5a..fa0b9729b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileWorkerTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerManager.java index 81841254c..6bac9cb43 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerRequest.java index 118197b55..85991a511 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerResponse.java index eedda227a..47aec0c6b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFragmentizerResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHandshakeResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHandshakeResponse.java index 490318df3..62612ea46 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHandshakeResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHandshakeResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelper.java index d0c83ed6f..3c560b918 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelperImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelperImpl.java index 7de4a0e95..a132648ae 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelperImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsHelperImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsImpl.java index 2349a434d..930d8a481 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamAdapter.java index b6b51958e..b70719e0a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamDescriptor.java index 66a387606..0e0dd016a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamImpl.java index b4294c068..5f6b75874 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInputStreamImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInvalidRangeException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInvalidRangeException.java index 11449de3a..46301fc15 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInvalidRangeException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsInvalidRangeException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsIpcHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsIpcHandler.java index 90aad246f..fe545c143 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsIpcHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsIpcHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsJobImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsJobImpl.java index 19ef40e36..54aadfe06 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsJobImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsJobImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsListingEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsListingEntry.java index 0c8170cf1..e5699fda5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsListingEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsListingEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsLocalMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsLocalMetrics.java index 673a8d77d..dd7ff8252 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsLocalMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsLocalMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsManager.java index 4d0413885..ff603cc74 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManager.java index 09005e87f..5118d3af8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsAdapter.java index 574ccabb8..e8b9f09b8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolver.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolver.java index 004a79666..6df098fe0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamAdapter.java index 7137d52cb..fdca11009 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamImpl.java index 4e5c7b2d4..191fefc29 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsOutputStreamImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPaths.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPaths.java index e92208935..00e0a85b7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPaths.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPaths.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessor.java index 83f3d16c4..be328a2c4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorAdapter.java index 4f7369d0c..d8b40972e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSamplingKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSamplingKey.java index 1ebb3c792..93dc4bc8b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSamplingKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSamplingKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryInputStreamDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryInputStreamDescriptor.java index d7d33cd47..f0255ed46 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryInputStreamDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryInputStreamDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryOutputStreamDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryOutputStreamDescriptor.java index e04b520e4..a4ef1e2b0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryOutputStreamDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSecondaryOutputStreamDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServer.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServer.java index 557c553d9..8df1ab1d3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServer.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerHandler.java index b137c9f55..3306a3a61 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManager.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManager.java index d5d93dd98..41b8ae918 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManager.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStatus.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStatus.java index 34734e525..47dbaf130 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStatus.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStatus.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSyncMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSyncMessage.java index f1ab657f3..eaa10d64a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSyncMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSyncMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskArgsImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskArgsImpl.java index cc5be2ee0..c6d5de800 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskArgsImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskArgsImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsThread.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsThread.java index c765798b7..0ec546803 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsThread.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsThread.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsHelper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsHelper.java index df8ff1e84..c5cab617a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsHelper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsHelper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsProcessor.java index 826067bc9..60fb6869e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/ggfs/GridNoopGgfsProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopNoopProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopNoopProcessor.java index 3a1f9bfc3..7e982b207 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopNoopProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopNoopProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopProcessorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopProcessorAdapter.java index b239ae154..b8206d677 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopProcessorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/hadoop/GridHadoopProcessorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropAware.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropAware.java index ee2fbe963..034dc7b1d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropAware.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropAware.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessor.java index 78a4e7e01..1a750c8d4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessorAdapter.java index b248058be..cb180b148 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropProcessorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropTarget.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropTarget.java index 92f8b7b37..c2e2c7a85 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropTarget.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/GridInteropTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/os/GridOsInteropProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/os/GridOsInteropProcessor.java index 783facc51..87f2cfe4c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/os/GridOsInteropProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/interop/os/GridOsInteropProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobEventListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobEventListener.java index 3ea3a5b2d..00ec60a75 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobEventListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobEventListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobHoldListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobHoldListener.java index 6f8b3995d..d958aaba6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobHoldListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobHoldListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobProcessor.java index 9a4b332ef..50baf0180 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobWorker.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobWorker.java index 52ad7c3d0..63656dca5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobWorker.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/job/GridJobWorker.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetrics.java index fc8f8ceca..564c00e75 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessor.java index 355f7dbbe..f49aed8e7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsSnapshot.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsSnapshot.java index 7c63087d3..851d3d0ca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsSnapshot.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsSnapshot.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseProcessor.java index 147355a70..fd134ba5b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseSubsystem.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseSubsystem.java index 83b0bad98..57d14b2bc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseSubsystem.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseSubsystem.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseUseRegistry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseUseRegistry.java index 4177bc04f..067882c4c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseUseRegistry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/GridLicenseUseRegistry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/os/GridOsLicenseProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/os/GridOsLicenseProcessor.java index 8632c77ef..fc427aba2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/os/GridOsLicenseProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/license/os/GridOsLicenseProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/offheap/GridOffHeapProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/offheap/GridOffHeapProcessor.java index fbd4333d4..98c6f5ba4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/offheap/GridOffHeapProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/offheap/GridOffHeapProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortListener.java index 5d87bf326..5bff9572f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortProcessor.java index cdb1bd0ca..ce6620f61 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortRecord.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortRecord.java index 847fe6e07..1f7981690 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortRecord.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/port/GridPortRecord.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableInputStream.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableInputStream.java index e21c9c3b7..3fa569af4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableOutputStream.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableOutputStream.java index c72ddd7f1..25c5b3f43 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableOutputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableOutputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableProcessor.java index c3a6f457a..dd4836702 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableStream.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableStream.java index d66aecd3e..b4a1acbb1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/GridPortableStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/os/GridOsPortableProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/os/GridOsPortableProcessor.java index 033d543bf..4f6b726c3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/os/GridOsPortableProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/portable/os/GridOsPortableProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceBasicInjector.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceBasicInjector.java index 9ee473468..45bfe20b6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceBasicInjector.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceBasicInjector.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceCustomInjector.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceCustomInjector.java index 3edca530c..71a1a7564 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceCustomInjector.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceCustomInjector.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceField.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceField.java index b18245e9c..d2facca0f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceField.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceField.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceInjector.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceInjector.java index b522be77e..7da6f49ff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceInjector.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceInjector.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceIoc.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceIoc.java index f1a134a3b..24a9bb4bf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceIoc.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceIoc.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceJobContextInjector.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceJobContextInjector.java index 1682ccc06..25500c568 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceJobContextInjector.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceJobContextInjector.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceLoggerInjector.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceLoggerInjector.java index 8c191b385..8e2c340a2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceLoggerInjector.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceLoggerInjector.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethod.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethod.java index 2909442eb..08c2efcd2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethod.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethod.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessor.java index 4ba1d189b..db6cb7cad 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceServiceInjector.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceServiceInjector.java index 1accada90..75b77abf6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceServiceInjector.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceServiceInjector.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceUtils.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceUtils.java index 6f0bfdae0..8f86eea86 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContext.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContext.java index 1c1110fbd..7cd745080 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestCommand.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestCommand.java index 6fb694eaf..14c026674 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestCommand.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestCommand.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProcessor.java index 3d0c3b64f..49e76e0e2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocol.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocol.java index 327067b0d..087d9525f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocol.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocol.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocolHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocolHandler.java index d1b6de636..10ffe6340 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocolHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProtocolHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestResponse.java index 43cabcdb8..521f08fa6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAbstractMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAbstractMessage.java index 7e05ac4ee..4204f38c7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAbstractMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAbstractMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAuthenticationRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAuthenticationRequest.java index f843d57cb..634a3eb28 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAuthenticationRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientAuthenticationRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheQueryRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheQueryRequest.java index ca4c17b59..ebd67df06 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheQueryRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheQueryRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheRequest.java index 89affe1bd..1f394216b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientCacheRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientGetMetaDataRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientGetMetaDataRequest.java index 1b3d0e67e..09078ebd6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientGetMetaDataRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientGetMetaDataRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequest.java index 30b026918..99a8dfd1a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequestWrapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequestWrapper.java index 7adca40dd..260a92103 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequestWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeRequestWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponse.java index 5f8aa525e..18990162e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponseWrapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponseWrapper.java index bc5b7af3c..28375ee34 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponseWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientHandshakeResponseWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientLogRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientLogRequest.java index 6938b20dd..36ab282cf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientLogRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientLogRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessage.java index 7d13ad9b7..a29d97e01 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessageWrapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessageWrapper.java index 99e1306e2..ca98ad732 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessageWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMessageWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMetaDataResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMetaDataResponse.java index 7ba1c5de3..e2e628076 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMetaDataResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientMetaDataResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeBean.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeBean.java index 675aaed42..947ad75ab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeMetricsBean.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeMetricsBean.java index 5dabea0b0..c5a947ea3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeMetricsBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientNodeMetricsBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacket.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacket.java index 7e8d4b461..4849c418c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacket.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacket.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacketWrapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacketWrapper.java index 517b804d4..04d7b7f26 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacketWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPingPacketWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPortableMetaData.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPortableMetaData.java index bca1d9a4b..2596a22e0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPortableMetaData.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPortableMetaData.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPutMetaDataRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPutMetaDataRequest.java index b5dd596d0..f07dad1be 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPutMetaDataRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientPutMetaDataRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientResponse.java index 7f28937f2..c20714cbb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskRequest.java index 8abea9eee..0012ecf17 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskResultBean.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskResultBean.java index fddc9b41f..b12aa4877 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskResultBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTaskResultBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTopologyRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTopologyRequest.java index ac22b8886..c008075f2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTopologyRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridClientTopologyRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterRequest.java index 738f1646a..6f5597be9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterResponse.java index 5ecf25708..989199c79 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/client/message/GridRouterResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandler.java index 35bff8242..d2ce2e4f0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandlerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandlerAdapter.java index 4b16f2ae4..efc11b3b1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandlerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/GridRestCommandHandlerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheClientQueryResult.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheClientQueryResult.java index ebd74864f..f26c36e30 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheClientQueryResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheClientQueryResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandler.java index 2f76992b2..caa132daa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheQueryCommandHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheQueryCommandHandler.java index 14922a25a..725f3b87a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheQueryCommandHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheQueryCommandHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestMetrics.java index 5fc98ee5f..2edff0120 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestResponse.java index ef26f2a2c..07bfcccd7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheRestResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/log/GridLogCommandHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/log/GridLogCommandHandler.java index 5908184bf..e3d406f09 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/log/GridLogCommandHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/log/GridLogCommandHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/metadata/GridPortableMetadataHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/metadata/GridPortableMetadataHandler.java index 6a1d08217..9f87e857e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/metadata/GridPortableMetadataHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/metadata/GridPortableMetadataHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskCommandHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskCommandHandler.java index 6bc0f40d4..32588c68d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskCommandHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskCommandHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultRequest.java index 9fea87cad..ff37ed9e8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultResponse.java index 91cb28f4c..49793aaa7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/task/GridTaskResultResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/top/GridTopologyCommandHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/top/GridTopologyCommandHandler.java index fe7dca5fa..ea4f7d8f1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/top/GridTopologyCommandHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/top/GridTopologyCommandHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/version/GridVersionCommandHandler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/version/GridVersionCommandHandler.java index 1e38b27d1..d8f22ba4e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/version/GridVersionCommandHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/handlers/version/GridVersionCommandHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/GridRestProtocolAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/GridRestProtocolAdapter.java index e7bb369b0..3427d5b50 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/GridRestProtocolAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/GridRestProtocolAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridClientPacketType.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridClientPacketType.java index 9ff91f2bb..bb077b44f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridClientPacketType.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridClientPacketType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessage.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessage.java index 8375d645e..b45e1b2c7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessageWrapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessageWrapper.java index d366ffa74..a830f2fdb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessageWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridMemcachedMessageWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpMemcachedNioListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpMemcachedNioListener.java index 76fd2d8ba..2eda2698b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpMemcachedNioListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpMemcachedNioListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestDirectParser.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestDirectParser.java index 841759be8..825d26919 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestDirectParser.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestDirectParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestNioListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestNioListener.java index a9f0d6144..c589f016f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestNioListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestNioListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestParser.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestParser.java index 520382526..90a677750 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestParser.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestProtocol.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestProtocol.java index 39ad391d2..160f681fe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestProtocol.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/protocols/tcp/GridTcpRestProtocol.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheQueryRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheQueryRequest.java index 125e556cb..9ddc1be60 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheQueryRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheQueryRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheRequest.java index b8e06ff07..aa1cf2da6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestCacheRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestLogRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestLogRequest.java index 0d4299eb7..2bd68ecda 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestLogRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestLogRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortableGetMetaDataRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortableGetMetaDataRequest.java index 6c90d0237..0e8f52f85 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortableGetMetaDataRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortableGetMetaDataRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortablePutMetaDataRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortablePutMetaDataRequest.java index bb3e1e9ec..07b6254c9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortablePutMetaDataRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestPortablePutMetaDataRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestRequest.java index 163253348..c27e2535c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTaskRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTaskRequest.java index 66babd419..8ea09bbbe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTaskRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTaskRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTopologyRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTopologyRequest.java index 08159a77f..38ffa2667 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTopologyRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/request/GridRestTopologyRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridNoopScheduleProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridNoopScheduleProcessor.java index 618ab7110..46ec55b14 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridNoopScheduleProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridNoopScheduleProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessorAdapter.java index b47cafc9d..c0b07b825 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleStatistics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleStatistics.java index 248b931d8..003b1b36a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleStatistics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleStatistics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/GridSegmentationProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/GridSegmentationProcessor.java index c1c784598..5fd656018 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/GridSegmentationProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/GridSegmentationProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/os/GridOsSegmentationProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/os/GridOsSegmentationProcessor.java index 3f55d0364..ac6e18579 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/os/GridOsSegmentationProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/segmentation/os/GridOsSegmentationProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignments.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignments.java index 847c3da0a..ac55703f1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignments.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignments.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignmentsKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignmentsKey.java index 6cc89135e..852390640 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignmentsKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceAssignmentsKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceContextImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceContextImpl.java index 0b847cd3b..0dec86431 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceContextImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeployment.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeployment.java index 15ac52a80..665b86db5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeployment.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeployment.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentFuture.java index f0991d529..650074b3e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentKey.java index 4367612dc..d1089a122 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDeploymentKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDescriptorImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDescriptorImpl.java index bbf8870ff..653ed79c6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDescriptorImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceDescriptorImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodNotFoundException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodNotFoundException.java index 3d13613d9..e5fe3e83d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodNotFoundException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodNotFoundException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodReflectKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodReflectKey.java index c2072ab64..73bb21483 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodReflectKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceMethodReflectKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceNotFoundException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceNotFoundException.java index 070e95055..bba3cfb67 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceNotFoundException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceNotFoundException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessor.java index 6222908c5..e7ef0e8af 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProxy.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProxy.java index 2d94c3856..38974d9b1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProxy.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/service/GridServiceProxy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/session/GridTaskSessionProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/session/GridTaskSessionProcessor.java index fb5f87127..29c5c99c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/session/GridTaskSessionProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/session/GridTaskSessionProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessor.java index 8b7083b97..599f70df5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamProcessor.java index 350b9538f..22e21e894 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerAttributes.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerAttributes.java index 057e5ec97..69f3b848e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerAttributes.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerAttributes.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerCancelRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerCancelRequest.java index 5ccd4e48d..92271ba4f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerCancelRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerCancelRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextDelegate.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextDelegate.java index 1eee8151b..e73a7f597 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextDelegate.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextDelegate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextImpl.java index 2b1e27dee..0958307f3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEx.java index 1cfa7c5ea..e2c13cb6d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionBatch.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionBatch.java index 8867a4f17..751a99a1d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionBatch.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionBatch.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionRequest.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionRequest.java index ee5887b9b..16b8f908a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerExecutionRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerImpl.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerImpl.java index bd974a5ae..51e7da031 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMBeanAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMBeanAdapter.java index 716847546..37335ba13 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMBeanAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMBeanAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsAdapter.java index 9ed5cab2d..36f9d73f7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsHolder.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsHolder.java index b9f2d8358..086b1d181 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsHolder.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerMetricsHolder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerResponse.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerResponse.java index 17e62a1eb..e31fce11a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerRouteFailedException.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerRouteFailedException.java index 21843bb0a..643fe68ba 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerRouteFailedException.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerRouteFailedException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageExecutionFuture.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageExecutionFuture.java index 6e8eb78a8..1c027eeda 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageExecutionFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageExecutionFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMBeanAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMBeanAdapter.java index 090b6a5aa..c8d920d62 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMBeanAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMBeanAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsAdapter.java index e73ff4f71..faa8fe439 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsHolder.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsHolder.java index e45830c7e..bf87e9b68 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsHolder.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageMetricsHolder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageWrapper.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageWrapper.java index ec38c31e4..fa775f945 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerStageWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowIterator.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowIterator.java index 58579e67c..906d52242 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsAdapter.java index c11abdf8c..1e4046e7c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsHolder.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsHolder.java index 11ed8c64f..1f04867b4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsHolder.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerWindowMetricsHolder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerBroadcastTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerBroadcastTask.java index 98d37bf61..78e029576 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerBroadcastTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerBroadcastTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerQueryTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerQueryTask.java index 26303b0b6..df83eba92 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerQueryTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerQueryTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerReduceTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerReduceTask.java index 5ba585c0b..2d8dc4808 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerReduceTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/streamer/task/GridStreamerReduceTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridInternal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridInternal.java index 80d4bdc72..b7e5691d8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridInternal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridInternal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskEventListener.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskEventListener.java index 6819144a5..e71afa7ae 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskEventListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskEventListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskProcessor.java index fa461c5be..47501478b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskThreadContextKey.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskThreadContextKey.java index 595870d41..8bfb37f54 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskThreadContextKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskThreadContextKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskWorker.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskWorker.java index 865dd4349..998be18a7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskWorker.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/task/GridTaskWorker.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObject.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObject.java index 2e49a687d..ed23ae07e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObject.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObject.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObjectAdapter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObjectAdapter.java index 871f482ae..9ae7ecfa2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObjectAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutObjectAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessor.java index d46c5b86a..575d419b2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionConverter.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionConverter.java index ee8998842..8f52c4cc4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionConverter.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionConverter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionProcessor.java index 16dffb94b..207ecb9f3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/GridVersionProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/os/GridOsVersionProcessor.java b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/os/GridOsVersionProcessor.java index 61207e5ec..1282ba756 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/os/GridOsVersionProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/processors/version/os/GridOsVersionProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorJob.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorJob.java index 97a7dc4c0..f400a3226 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorJob.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorMultiNodeTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorMultiNodeTask.java index 0f12ed9a3..7b3942cff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorMultiNodeTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorMultiNodeTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorOneNodeTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorOneNodeTask.java index 5d78b272c..eca64842c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorOneNodeTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorOneNodeTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorTaskUtils.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorTaskUtils.java index c8bb313cb..d1f01e0bf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorTaskUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/VisorTaskUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheAggregatedMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheAggregatedMetrics.java index c04759287..84cf5d97c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheAggregatedMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheAggregatedMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheMetrics.java index dc383128f..007251c49 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryAggregatedMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryAggregatedMetrics.java index 6c6a5bf73..441773f54 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryAggregatedMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryAggregatedMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryMetrics.java index 3e5df969a..e5290466f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorCacheQueryMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorFieldsQueryColumn.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorFieldsQueryColumn.java index f70a15192..e041e07e9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorFieldsQueryColumn.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorFieldsQueryColumn.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorGridConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorGridConfig.java index 4a772606c..feeb35c6e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorGridConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorGridConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorLicense.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorLicense.java index e4784f5bd..edb0bb2c3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorLicense.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorLicense.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadata.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadata.java index b6bb3abea..ca8dc68e8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadata.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadataField.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadataField.java index f2c31926f..ecc76cd77 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadataField.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorPortableMetadataField.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult.java index c0c92e82a..ed86bab56 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult2.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult2.java index 73c8b6a94..687daab68 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult2.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResult2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx.java index 6505a7e0e..32b7c48ce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx2.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx2.java index 53a7e2c05..2637d330d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx2.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/VisorQueryResultEx2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorAffinityConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorAffinityConfig.java index a3ad5f613..fcf1a6383 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorAffinityConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorAffinityConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorCacheConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorCacheConfig.java index 2e92e158d..c58c3c545 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorCacheConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorCacheConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDefaultConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDefaultConfig.java index be91741de..8bc7099cd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDefaultConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDefaultConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDgcConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDgcConfig.java index 7abeeefed..4d023f3b2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDgcConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDgcConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrReceiverConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrReceiverConfig.java index 578d97d72..17228ebd3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrReceiverConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrReceiverConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrSenderConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrSenderConfig.java index 32bff0ad1..b45cbd88d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrSenderConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorDrSenderConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorEvictionConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorEvictionConfig.java index 3f654a755..43d2251d9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorEvictionConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorEvictionConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorNearCacheConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorNearCacheConfig.java index 0e930ee42..5ef8013ec 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorNearCacheConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorNearCacheConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorPreloadConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorPreloadConfig.java index 921f7bf63..df8b0efef 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorPreloadConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorPreloadConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorStoreConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorStoreConfig.java index 5aa34cb7f..ecd4316c1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorStoreConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorStoreConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorWriteBehindConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorWriteBehindConfig.java index 10e52a062..998a648e5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorWriteBehindConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/cache/VisorWriteBehindConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthenticationEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthenticationEvent.java index e01c05a3c..552c58a23 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthenticationEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthenticationEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthorizationEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthorizationEvent.java index 8c2ad1388..d8e08c2c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthorizationEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridAuthorizationEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDeploymentEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDeploymentEvent.java index f216c7be3..e50b00599 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDeploymentEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDeploymentEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDiscoveryEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDiscoveryEvent.java index 0eab55a2b..fc17177cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDiscoveryEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridDiscoveryEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEvent.java index 2b9f1f63a..58a5e1c95 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEventsLost.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEventsLost.java index 49e8f0398..439f37015 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEventsLost.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridEventsLost.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridJobEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridJobEvent.java index f4bbb9368..cf45d66be 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridJobEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridJobEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridLicenseEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridLicenseEvent.java index 9e01343d5..324675607 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridLicenseEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridLicenseEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridSecuritySessionEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridSecuritySessionEvent.java index eda4cd03a..93cd5e5df 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridSecuritySessionEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridSecuritySessionEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridTaskEvent.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridTaskEvent.java index 581dd973a..7d4c37573 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridTaskEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/event/VisorGridTaskEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorBasicConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorBasicConfig.java index 135e959eb..b29deda2f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorBasicConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorBasicConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrReceiverHubConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrReceiverHubConfig.java index 7a506d4aa..624e4f1af 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrReceiverHubConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrReceiverHubConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConfig.java index 65a7bbf91..3cb6d6fa1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConnectionConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConnectionConfig.java index 392c4adfd..d61219d6e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConnectionConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorDrSenderHubConnectionConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorEmailConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorEmailConfig.java index dbe5883b1..ea6da0bcd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorEmailConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorEmailConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorExecutorServiceConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorExecutorServiceConfig.java index 59c9c9cf1..82ae7ccf1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorExecutorServiceConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorExecutorServiceConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorGgfsConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorGgfsConfig.java index f7c2c01c6..fcf10b2cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorGgfsConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorGgfsConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorLifecycleConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorLifecycleConfig.java index 714a3ef23..00b360884 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorLifecycleConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorLifecycleConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorMetricsConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorMetricsConfig.java index 6dfa7c1d1..06b9583bf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorMetricsConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorMetricsConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorPeerToPeerConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorPeerToPeerConfig.java index 7ae0ebc76..ed870764f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorPeerToPeerConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorPeerToPeerConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorRestConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorRestConfig.java index 277529e2d..9a5ade32b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorRestConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorRestConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSegmentationConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSegmentationConfig.java index ab9f3d8d4..a2241dd00 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSegmentationConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSegmentationConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSpisConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSpisConfig.java index b839fe4dc..7ce61f778 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSpisConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorSpisConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorStreamerConfig.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorStreamerConfig.java index 9c51dc31a..41d845561 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorStreamerConfig.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/dto/node/VisorStreamerConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorAckTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorAckTask.java index 0b8a97a9a..1bda7ce91 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorAckTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorAckTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCacheCollectMetricsTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCacheCollectMetricsTask.java index 396dd429d..ef61c2c48 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCacheCollectMetricsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCacheCollectMetricsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesClearTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesClearTask.java index 3ad90c2e8..7ada2c07d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesClearTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesClearTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesCompactTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesCompactTask.java index 1729d25ff..96429b12a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesCompactTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesCompactTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesSwapBackupsTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesSwapBackupsTask.java index be5f52582..d91372c55 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesSwapBackupsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorCachesSwapBackupsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorClearQueryResultTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorClearQueryResultTask.java index 54b8609de..b948b3179 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorClearQueryResultTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorClearQueryResultTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorConfigCollectorTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorConfigCollectorTask.java index 685ed9d4a..12cddf096 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorConfigCollectorTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorConfigCollectorTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorEventsCollectTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorEventsCollectTask.java index 566643c4f..a3f0aa5a1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorEventsCollectTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorEventsCollectTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorGcTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorGcTask.java index 8d9d2344a..a6892de04 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorGcTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorGcTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseCollectTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseCollectTask.java index 3970e7ebc..a3f31f0f3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseCollectTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseCollectTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseUpdateTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseUpdateTask.java index 71cd280c6..8825614c8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseUpdateTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorLicenseUpdateTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorNopTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorNopTask.java index bf0fb7f9a..d0f8478ed 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorNopTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorNopTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorPortableCollectMetadataTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorPortableCollectMetadataTask.java index 6cfcd61e1..b488d26df 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorPortableCollectMetadataTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorPortableCollectMetadataTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryCleanupTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryCleanupTask.java index 0f10c587a..7f42727a7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryCleanupTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryCleanupTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask.java index e7aff5060..356afad36 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask2.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask2.java index 4eeee15cd..53642aafc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask2.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryNextPageTask2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask.java index f64d2a241..0d4d1e7d8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask2.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask2.java index 958640ea4..3e67fa9aa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask2.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryTask2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryUtils.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryUtils.java index 7179b02b1..3d19ceb9b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/cmd/tasks/VisorQueryUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/VisorTaskUtilsEnt.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/VisorTaskUtilsEnt.java index b77c0337f..6dc08db07 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/VisorTaskUtilsEnt.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/VisorTaskUtilsEnt.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCache.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCache.java index 018fce73e..96251ca08 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCacheMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCacheMetrics.java index fcb8d1bd5..d03f7c564 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCacheMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorCacheMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorComputeMonitoringHolder.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorComputeMonitoringHolder.java index 59256c227..181998df4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorComputeMonitoringHolder.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorComputeMonitoringHolder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDr.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDr.java index 1d8892c91..a9d4c1474 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDr.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDr.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverCacheMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverCacheMetrics.java index 5c12b89c0..84f4ead65 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverCacheMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverCacheMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubInMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubInMetrics.java index d234ea94c..8391f5bdb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubInMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubInMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubOutMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubOutMetrics.java index c7522f241..ddf40c991 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubOutMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrReceiverHubOutMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderCacheMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderCacheMetrics.java index 4c9032851..b964d7cb6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderCacheMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderCacheMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubInMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubInMetrics.java index 18ccf3d82..2c0e972db 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubInMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubInMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubOutMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubOutMetrics.java index 8f3d2350c..625ea065d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubOutMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorDrSenderHubOutMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorFileBlock.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorFileBlock.java index 98d60eb00..99bf4a391 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorFileBlock.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorFileBlock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfs.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfs.java index 1e9ced517..8a344b5c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfs.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfs.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsEndpoint.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsEndpoint.java index 9e2a91b9a..5cd7ae425 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsEndpoint.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsEndpoint.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsMetrics.java index 39777bb45..1a22e0723 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfiler.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfiler.java index 276387a75..a75ff4cc6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfiler.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfiler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerEntry.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerEntry.java index 3df064a94..18cad4b7b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerUniformityCounters.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerUniformityCounters.java index 9c33e11d2..a2e1852df 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerUniformityCounters.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorGgfsProfilerUniformityCounters.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogFile.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogFile.java index 7bb88d32e..128037b3a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogFile.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogFile.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogSearchResult.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogSearchResult.java index 6016edfa1..38ce60663 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogSearchResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorLogSearchResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamer.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamer.java index b955fe4c9..f250bd65a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamer.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerMetrics.java index d094b6ab0..e3b63d129 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerStageMetrics.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerStageMetrics.java index 9684154e4..09215e850 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerStageMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorStreamerStageMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadInfo.java index 9b73e44ea..592207000 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadLockInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadLockInfo.java index 277003a0d..d06781027 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadLockInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadLockInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadMonitorInfo.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadMonitorInfo.java index 6d92656cc..ad9f44357 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadMonitorInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/dto/VisorThreadMonitorInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheMetadataTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheMetadataTask.java index 7688483fd..7acdb7d57 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheMetadataTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheMetadataTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheResetMetricsTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheResetMetricsTask.java index 8f527d15d..0b03e934c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheResetMetricsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCacheResetMetricsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesLoadTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesLoadTask.java index e1f55ef24..211e5a29a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesLoadTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesLoadTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesPreloadTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesPreloadTask.java index 8f398021e..928b23304 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesPreloadTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorCachesPreloadTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeCancelSessionsTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeCancelSessionsTask.java index c29f19756..8e2ac8156 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeCancelSessionsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeCancelSessionsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeResetMetricsTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeResetMetricsTask.java index bee2dd528..cc21acce5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeResetMetricsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeResetMetricsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeToggleMonitoringTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeToggleMonitoringTask.java index 5e95a82f5..75a18a820 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeToggleMonitoringTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorComputeToggleMonitoringTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDataCollectorTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDataCollectorTask.java index 472abbbf3..a14614c4a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDataCollectorTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDataCollectorTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDebugTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDebugTask.java index 576f0605e..5910cc3d2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDebugTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDebugTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrResetMetricsTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrResetMetricsTask.java index 90ee5761f..69b8568a7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrResetMetricsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrResetMetricsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheBootstrapTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheBootstrapTask.java index d9510dbe6..c1c2d4fee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheBootstrapTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheBootstrapTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheChangeReplicationStateTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheChangeReplicationStateTask.java index 53b889ae4..9cb6bd83c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheChangeReplicationStateTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDrSenderCacheChangeReplicationStateTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDumpThreadTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDumpThreadTask.java index 7c533f15c..85027f8cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDumpThreadTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorDumpThreadTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorFileBlockTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorFileBlockTask.java index cb4b5e846..96c04aba8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorFileBlockTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorFileBlockTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsFormatTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsFormatTask.java index 1ea4f47c3..1a300cbf0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsFormatTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsFormatTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerClearTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerClearTask.java index e1c727c7c..3d440d817 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerClearTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerClearTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerTask.java index baf323e2e..2db2adf1a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsProfilerTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsResetMetricsTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsResetMetricsTask.java index 0fad229d8..bdfa80544 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsResetMetricsTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsResetMetricsTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsSamplingStateTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsSamplingStateTask.java index ca6267f0f..9bd2b55cd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsSamplingStateTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsSamplingStateTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsTaskUtils.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsTaskUtils.java index 23e453e4c..a0297fa70 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsTaskUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorGgfsTaskUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestTextFilesTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestTextFilesTask.java index 8418c96c9..731aa36f2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestTextFilesTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestTextFilesTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestVersionTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestVersionTask.java index f228645a4..ffa40a739 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestVersionTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLatestVersionTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLogSearchTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLogSearchTask.java index 9820a049a..68b266893 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLogSearchTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorLogSearchTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesRestartTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesRestartTask.java index e0db5f961..3a9ce55d3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesRestartTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesRestartTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesStopTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesStopTask.java index 9192e5ffc..126691bab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesStopTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorNodesStopTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorPingTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorPingTask.java index 64547e38b..1b55630fa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorPingTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorPingTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorResolveHostNameTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorResolveHostNameTask.java index d3ba85948..52f538c2e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorResolveHostNameTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorResolveHostNameTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorSecurityCollectorTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorSecurityCollectorTask.java index 7d6ab4881..a5f0f50d2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorSecurityCollectorTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorSecurityCollectorTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerMetricsResetTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerMetricsResetTask.java index 8d63fe4c7..762fcef32 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerMetricsResetTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerMetricsResetTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerResetTask.java b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerResetTask.java index 806dab4c7..3028e9cca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerResetTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/visor/gui/tasks/VisorStreamerResetTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiClosure.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiClosure.java index 0f6d3cd2d..99b0de764 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiInClosure.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiInClosure.java index 91714d4a2..ac850a5b7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiInClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiInClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiPredicate.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiPredicate.java index ff7193aa7..e75ecc7d8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiPredicate.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiPredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiTuple.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiTuple.java index 61508ebb8..9b861f828 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridBiTuple.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridBiTuple.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridCallable.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridCallable.java index d146c0de6..b0a14964e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridCallable.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridCallable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridClosure.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridClosure.java index 6bfdf2a17..b2a4bc77f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridInClosure.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridInClosure.java index e382ea529..889cec1aa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridInClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridInClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridOutClosure.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridOutClosure.java index 1417d3b65..a96dce7e0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridOutClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridOutClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridPredicate.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridPredicate.java index 2bcffcd96..805b722ab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridPredicate.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridPredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridReducer.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridReducer.java index 10fcd62b4..8f0d4f3cd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridReducer.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridReducer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/lang/GridRunnable.java b/modules/core/src/main/java/org/gridgain/grid/lang/GridRunnable.java index 2b8e57ac8..40f55f8e3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/lang/GridRunnable.java +++ b/modules/core/src/main/java/org/gridgain/grid/lang/GridRunnable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/logger/GridLogger.java b/modules/core/src/main/java/org/gridgain/grid/logger/GridLogger.java index 626c7ae1f..caadeea44 100644 --- a/modules/core/src/main/java/org/gridgain/grid/logger/GridLogger.java +++ b/modules/core/src/main/java/org/gridgain/grid/logger/GridLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/logger/GridLoggerNodeIdAware.java b/modules/core/src/main/java/org/gridgain/grid/logger/GridLoggerNodeIdAware.java index 1ee14f1ee..8b0977df8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/logger/GridLoggerNodeIdAware.java +++ b/modules/core/src/main/java/org/gridgain/grid/logger/GridLoggerNodeIdAware.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/logger/GridNullLogger.java b/modules/core/src/main/java/org/gridgain/grid/logger/GridNullLogger.java index fe49d7dee..efae9a972 100644 --- a/modules/core/src/main/java/org/gridgain/grid/logger/GridNullLogger.java +++ b/modules/core/src/main/java/org/gridgain/grid/logger/GridNullLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLogger.java b/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLogger.java index 69bbaf8f5..1fce09c2d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLogger.java +++ b/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFileHandler.java b/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFileHandler.java index 6efa03bc4..289d508f8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFileHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFileHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFormatter.java b/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFormatter.java index 786127d47..3991fa910 100644 --- a/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFormatter.java +++ b/modules/core/src/main/java/org/gridgain/grid/logger/java/GridJavaLoggerFormatter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/GridAbstractMarshaller.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/GridAbstractMarshaller.java index 5bea1f6b3..2fdf79186 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/GridAbstractMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/GridAbstractMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshaller.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshaller.java index e8e6f2bec..a26aff58d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshallerExclusions.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshallerExclusions.java index aa3990a5a..e4fdc81fa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshallerExclusions.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/GridMarshallerExclusions.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshaller.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshaller.java index e4d12fcd1..e5558a475 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerDummySerializable.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerDummySerializable.java index b0e864596..81b225285 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerDummySerializable.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerDummySerializable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerInputStreamWrapper.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerInputStreamWrapper.java index 63bc09b42..ea1046bec 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerInputStreamWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerInputStreamWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectInputStream.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectInputStream.java index a402db3a4..17c05b966 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectOutputStream.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectOutputStream.java index beeca05ff..58c386f0e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectOutputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerObjectOutputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerOutputStreamWrapper.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerOutputStreamWrapper.java index 29a7edabe..0f68a438d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerOutputStreamWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerOutputStreamWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassDescriptor.java index dabc19ebd..6693cceef 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassResolver.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassResolver.java index edca1c620..9d5ce611f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedClassResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedFieldType.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedFieldType.java index 7ba8550f0..34e2df10b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedFieldType.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedFieldType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallable.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallable.java index 31378309e..1013590aa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallable.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshaller.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshaller.java index c935b36fc..10b6c4ed3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerUtils.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerUtils.java index 885a546ee..d4bf5f73d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectInputStream.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectInputStream.java index 4cc3af923..fa2d01876 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectOutputStream.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectOutputStream.java index 6836fa01f..8ae6c9d23 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectOutputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectOutputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamRegistry.java b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamRegistry.java index c95e1d83d..fb6bcf481 100644 --- a/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamRegistry.java +++ b/modules/core/src/main/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamRegistry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessaging.java b/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessaging.java index a62f6bd58..b578d0034 100644 --- a/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessaging.java +++ b/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessaging.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessagingListenActor.java b/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessagingListenActor.java index 28a84e268..3152e3203 100644 --- a/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessagingListenActor.java +++ b/modules/core/src/main/java/org/gridgain/grid/messaging/GridMessagingListenActor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableBuilder.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableBuilder.java index 41736eab7..38bd55e3d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableBuilder.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableBuilder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableConfiguration.java index 8198a9335..4a30af630 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableException.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableException.java index 8586e7121..1e717aafb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableException.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableIdMapper.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableIdMapper.java index ccce3bb01..5d223ebfe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableIdMapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableIdMapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableInvalidClassException.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableInvalidClassException.java index 4891844ff..99a3fbc65 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableInvalidClassException.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableInvalidClassException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMarshalAware.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMarshalAware.java index 7d449984a..3b157eb47 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMarshalAware.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMarshalAware.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMetadata.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMetadata.java index 53cfec8f9..2d758b23e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMetadata.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableObject.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableObject.java index 9127b164e..d5a20277c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableObject.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableObject.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawReader.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawReader.java index 48d6bcb95..08bfc32cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawReader.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawReader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawWriter.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawWriter.java index 9c5d4bac7..eb0e8a80f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawWriter.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableRawWriter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableReader.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableReader.java index a174ad5d1..fd5f6dc27 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableReader.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableReader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableSerializer.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableSerializer.java index 77274c474..8aa0ac22c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableSerializer.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableSerializer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableTypeConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableTypeConfiguration.java index 87a31061d..7292c00cd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableTypeConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableTypeConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableWriter.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableWriter.java index 6b6e56bd4..d202e800f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableWriter.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortableWriter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortables.java b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortables.java index 490b460c0..3fe1f28c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/portables/GridPortables.java +++ b/modules/core/src/main/java/org/gridgain/grid/portables/GridPortables.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/product/GridProduct.java b/modules/core/src/main/java/org/gridgain/grid/product/GridProduct.java index 47d7f5ecc..64b6bd14e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/product/GridProduct.java +++ b/modules/core/src/main/java/org/gridgain/grid/product/GridProduct.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicense.java b/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicense.java index e9aa72d88..d1910989a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicense.java +++ b/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicense.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicenseException.java b/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicenseException.java index 281ec6bbc..667e83ce2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicenseException.java +++ b/modules/core/src/main/java/org/gridgain/grid/product/GridProductLicenseException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/product/GridProductVersion.java b/modules/core/src/main/java/org/gridgain/grid/product/GridProductVersion.java index dfeadcacc..e22f4cb6b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/product/GridProductVersion.java +++ b/modules/core/src/main/java/org/gridgain/grid/product/GridProductVersion.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridAddressResolverResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridAddressResolverResource.java index d72353abd..a90df949e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridAddressResolverResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridAddressResolverResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridCacheNameResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridCacheNameResource.java index cdd56bd1f..fad46796d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridCacheNameResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridCacheNameResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridExecutorServiceResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridExecutorServiceResource.java index 4a032c794..d0b27e5cc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridExecutorServiceResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridExecutorServiceResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridHomeResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridHomeResource.java index 908876bc0..290e931a5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridHomeResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridHomeResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridInstanceResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridInstanceResource.java index 04143aa86..801e3aca3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridInstanceResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridInstanceResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridJobContextResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridJobContextResource.java index 22084bedd..d07587ec1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridJobContextResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridJobContextResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridLoadBalancerResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridLoadBalancerResource.java index 9e83476b1..34270ad44 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridLoadBalancerResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridLoadBalancerResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalHostResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalHostResource.java index 8939cd1c1..b7f5c874b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalHostResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalHostResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalNodeIdResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalNodeIdResource.java index 1b37e559d..4b644d068 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalNodeIdResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridLocalNodeIdResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridLoggerResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridLoggerResource.java index 05514b29e..fe3433ba4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridLoggerResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridLoggerResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridMBeanServerResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridMBeanServerResource.java index 5fb892c5a..daa520c14 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridMBeanServerResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridMBeanServerResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridMarshallerResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridMarshallerResource.java index 821678c8f..99f3d0c66 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridMarshallerResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridMarshallerResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridNameResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridNameResource.java index 9e6bbcf57..1d9320a44 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridNameResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridNameResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridServiceResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridServiceResource.java index 195139761..5c68fe543 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridServiceResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridServiceResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringApplicationContextResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringApplicationContextResource.java index 1c3ecfd96..e3009060b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringApplicationContextResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringApplicationContextResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringResource.java index ba4013e00..2272f2973 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridSpringResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskContinuousMapperResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskContinuousMapperResource.java index 294aa65fd..4ff91b506 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskContinuousMapperResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskContinuousMapperResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskSessionResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskSessionResource.java index bc1724a69..3446c5447 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskSessionResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridTaskSessionResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResource.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResource.java index 605aad3ed..3b18cb372 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnDeployed.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnDeployed.java index 4f0d8c7f2..6faab6bfe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnDeployed.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnDeployed.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnUndeployed.java b/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnUndeployed.java index 580497fc3..4460f37a1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnUndeployed.java +++ b/modules/core/src/main/java/org/gridgain/grid/resources/GridUserResourceOnUndeployed.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/scheduler/GridScheduler.java b/modules/core/src/main/java/org/gridgain/grid/scheduler/GridScheduler.java index 45407e230..05454e5a6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/scheduler/GridScheduler.java +++ b/modules/core/src/main/java/org/gridgain/grid/scheduler/GridScheduler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/scheduler/GridSchedulerFuture.java b/modules/core/src/main/java/org/gridgain/grid/scheduler/GridSchedulerFuture.java index 4ce143bb3..68c35b344 100644 --- a/modules/core/src/main/java/org/gridgain/grid/scheduler/GridSchedulerFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/scheduler/GridSchedulerFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurity.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurity.java index b4ffefcfb..4675a2c74 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurity.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurity.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentials.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentials.java index 39781fa08..e72960e3d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentials.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentials.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsBasicProvider.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsBasicProvider.java index 1a3315207..7078dfaaa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsBasicProvider.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsBasicProvider.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsProvider.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsProvider.java index 5cb89caaa..4657aec4c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsProvider.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityCredentialsProvider.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityException.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityException.java index a5d13fd52..420461464 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityException.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermission.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermission.java index 4cfabeca4..e6b1697d6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermission.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermission.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermissionSet.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermissionSet.java index 0a8970445..b317bf963 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermissionSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecurityPermissionSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubject.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubject.java index c289ec8df..51bed862c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubject.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubject.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubjectType.java b/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubjectType.java index ad16d9f03..7ccde3b20 100644 --- a/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubjectType.java +++ b/modules/core/src/main/java/org/gridgain/grid/security/GridSecuritySubjectType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationPolicy.java b/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationPolicy.java index 2d1bf8a47..cad7de2a7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationResolver.java b/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationResolver.java index 0ef68db1a..acc02d93f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationResolver.java +++ b/modules/core/src/main/java/org/gridgain/grid/segmentation/GridSegmentationResolver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/service/GridService.java b/modules/core/src/main/java/org/gridgain/grid/service/GridService.java index 5fb657181..9d28104cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/service/GridService.java +++ b/modules/core/src/main/java/org/gridgain/grid/service/GridService.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/service/GridServiceConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/service/GridServiceConfiguration.java index a2def0b27..6ab283c0f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/service/GridServiceConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/service/GridServiceConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/service/GridServiceContext.java b/modules/core/src/main/java/org/gridgain/grid/service/GridServiceContext.java index aed5fc8c2..cea4a8368 100644 --- a/modules/core/src/main/java/org/gridgain/grid/service/GridServiceContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/service/GridServiceContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/service/GridServiceDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/service/GridServiceDescriptor.java index 560a16f38..ea660efe9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/service/GridServiceDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/service/GridServiceDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/service/GridServices.java b/modules/core/src/main/java/org/gridgain/grid/service/GridServices.java index df36ce116..7241076af 100644 --- a/modules/core/src/main/java/org/gridgain/grid/service/GridServices.java +++ b/modules/core/src/main/java/org/gridgain/grid/service/GridServices.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridHashIdResolversValidationResult.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridHashIdResolversValidationResult.java index 069b9ad5c..83a82bfe6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridHashIdResolversValidationResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridHashIdResolversValidationResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridNodeValidationResult.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridNodeValidationResult.java index a9ce5f660..158df28b2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridNodeValidationResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridNodeValidationResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridPortProtocol.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridPortProtocol.java index 7ac4d8d2a..288277e39 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridPortProtocol.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridPortProtocol.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpi.java index 1b5269f1d..f27a685f2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiAdapter.java index 80fe1fac7..80f58c0e1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiCloseableIterator.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiCloseableIterator.java index 72e581cbc..307020849 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiCloseableIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiCloseableIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConfiguration.java index 43e3f2590..883692b05 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConsistencyChecked.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConsistencyChecked.java index 104bc793e..9131c999e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConsistencyChecked.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiConsistencyChecked.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiContext.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiContext.java index efeaf86a4..c7ac1aa9f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiException.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiException.java index 469e3d4cb..0c1763b99 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiException.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiInfo.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiInfo.java index 202d43e2f..52e9522c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiInfo.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiManagementMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiManagementMBean.java index 4386da881..357ea75e2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiManagementMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiManagementMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultiException.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultiException.java index d0ac22d3a..51964c5c7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultiException.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultiException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultipleInstancesSupport.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultipleInstancesSupport.java index bd3a6aa8a..e3973b9d4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultipleInstancesSupport.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiMultipleInstancesSupport.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiNoop.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiNoop.java index c6d02183f..641d5f8f8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiNoop.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiNoop.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThread.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThread.java index c95be4071..cf3bb904a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThread.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThread.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThreadFactory.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThreadFactory.java index 13dc9c174..45f4822bb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThreadFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiThreadFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiVersionCheckException.java b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiVersionCheckException.java index 9139d0717..ac2bd82f4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiVersionCheckException.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/GridSpiVersionCheckException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationAclProvider.java b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationAclProvider.java index af496a495..445c29a4f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationAclProvider.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationAclProvider.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContext.java b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContext.java index b60d53806..df5c24f85 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContextAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContextAdapter.java index e4d749021..b0acfa7c4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContextAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationContextAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationSpi.java index b2c77564f..773f6f116 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/GridAuthenticationSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpi.java index 1525b8fa0..ca8eae3e4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpiMBean.java index 8fd378378..499f685ee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/authentication/noop/GridNoopAuthenticationSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointListener.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointListener.java index 128760943..b8a05e980 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpi.java index be8c1d93d..71206e5bc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpi.java index 9776c9c91..45ccc4763 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiMBean.java index c40ae1525..faf1db571 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/noop/GridNoopCheckpointSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/noop/GridNoopCheckpointSpi.java index 753d1313d..2fa8d5a74 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/noop/GridNoopCheckpointSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/noop/GridNoopCheckpointSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointData.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointData.java index 8a684566e..f35600f7a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointData.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointData.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpi.java index b724c2a24..bbd6b15af 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMBean.java index 3d2f042a8..6d7415b80 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeData.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeData.java index f21a201d5..e322407d5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeData.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeData.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeoutTask.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeoutTask.java index 3d0774ab0..7ffcf8ccb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeoutTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsTimeoutTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsUtils.java b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsUtils.java index 3fd85bc1f..e0df9e1ff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionContext.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionContext.java index 2f9f18585..10e487181 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionExternalListener.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionExternalListener.java index 56f2b3aeb..6ede6a1c3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionExternalListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionExternalListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionJobContext.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionJobContext.java index 067ba876b..b9f750415 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionJobContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionJobContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionSpi.java index 67ae29cc1..20f8b113c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/GridCollisionSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpi.java index 698a0c2e2..ed15272f3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiMBean.java index 527a0864e..5452684cf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpi.java index 2b6fe64b7..5102bb95f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiMBean.java index 89fbb40d9..db8f3ef7a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingDisabled.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingDisabled.java index 844f9df9d..ac7d4cad5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingDisabled.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingDisabled.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingRequest.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingRequest.java index ed661c867..9b95b3824 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/noop/GridNoopCollisionSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/noop/GridNoopCollisionSpi.java index 4d6fb397f..87f07cdb3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/noop/GridNoopCollisionSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/noop/GridNoopCollisionSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpi.java index 3a714b266..5333f4cd6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiMBean.java index d18893628..0582fa919 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationListener.java b/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationListener.java index 9c6dc23ae..3e7d55e4d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationSpi.java index dcff54e4a..b338ab902 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/communication/GridCommunicationSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpi.java index dd4326334..e6fad52fd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentListener.java b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentListener.java index 914ab8dfd..afa8cfda1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResource.java b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResource.java index 901f69c6c..7ac8e0914 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResource.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResourceAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResourceAdapter.java index a0ef0a7c0..c029d6f08 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResourceAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentResourceAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentSpi.java index 36787905b..2f9a5f7a8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridDeploymentSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridIgnoreIfPeerClassLoadingDisabled.java b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridIgnoreIfPeerClassLoadingDisabled.java index a978ad92c..0785c2b9e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridIgnoreIfPeerClassLoadingDisabled.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/GridIgnoreIfPeerClassLoadingDisabled.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpi.java index c2493205e..eb342778c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiMBean.java index a6620a541..40e052c1a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsAdapter.java index d760e8876..39b1be332 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelper.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelper.java index 884ca1c0c..9ff3c524d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelper.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsProvider.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsProvider.java index e937d44d9..575667c59 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsProvider.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsProvider.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpi.java index 2107df4ba..42e4520f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiDataExchange.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiDataExchange.java index 25f7ef2c7..c7510c103 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiDataExchange.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiDataExchange.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiHistorySupport.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiHistorySupport.java index e408beaf0..d788d4d95 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiHistorySupport.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiHistorySupport.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiListener.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiListener.java index 50173cbea..ec63fd57a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiNodeAuthenticator.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiNodeAuthenticator.java index 50f332765..13fb202a2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiNodeAuthenticator.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiNodeAuthenticator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiOrderSupport.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiOrderSupport.java index ff3228059..a6d45a870 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiOrderSupport.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiOrderSupport.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiReconnectSupport.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiReconnectSupport.java index 771efff6c..b10d5aa30 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiReconnectSupport.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/GridDiscoverySpiReconnectSupport.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpi.java index b8f5f51ce..f892d81a6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiMBean.java index 29384e054..0538f6a54 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNode.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNode.java index 7cbf1c2be..7b42e33ba 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNode.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNodesRing.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNodesRing.java index 2c069f6c4..785c6429f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNodesRing.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryNodesRing.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoverySpiState.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoverySpiState.java index b3e909cf3..f652056c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoverySpiState.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoverySpiState.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryStatistics.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryStatistics.java index 8dc35c9de..bb312750a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryStatistics.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/internal/GridTcpDiscoveryStatistics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinder.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinder.java index 5cdcf0020..f5ba2ec47 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinder.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAdapter.java index 16a07810d..6d75e4257 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinder.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinder.java index a254241fd..273d48f8d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinder.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinder.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinder.java index 74f0d86fa..0f8bd2a25 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinder.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinder.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinder.java index 2703bde85..486f711e2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinder.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinder.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinder.java index 0a1f429e3..25524688e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinder.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAbstractMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAbstractMessage.java index c50f9194b..eb6527a69 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAbstractMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAbstractMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAuthFailedMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAuthFailedMessage.java index 1c9a89e75..e423e6199 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAuthFailedMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryAuthFailedMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryCheckFailedMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryCheckFailedMessage.java index 26b4136d7..e43d72c5a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryCheckFailedMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryCheckFailedMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDiscardMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDiscardMessage.java index c46e5b425..7ad2d0f86 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDiscardMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDiscardMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDuplicateIdMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDuplicateIdMessage.java index 5c3e8f077..94274da48 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDuplicateIdMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryDuplicateIdMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryEnsureDelivery.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryEnsureDelivery.java index 1bf0ca1e6..3cd546427 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryEnsureDelivery.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryEnsureDelivery.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeRequest.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeRequest.java index c1a38d91e..b590ffda5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeResponse.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeResponse.java index d8661e492..d562e956e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHandshakeResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHeartbeatMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHeartbeatMessage.java index f51c35e71..3099bbf7c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHeartbeatMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryHeartbeatMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryJoinRequestMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryJoinRequestMessage.java index 28a0b0553..7299621ad 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryJoinRequestMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryJoinRequestMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryLoopbackProblemMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryLoopbackProblemMessage.java index f2265e0e4..6fa33937a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryLoopbackProblemMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryLoopbackProblemMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddFinishedMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddFinishedMessage.java index 3e1f19aff..3b18d51e3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddFinishedMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddFinishedMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddedMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddedMessage.java index 4a3dec63f..203febea7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddedMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeAddedMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeFailedMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeFailedMessage.java index 23e0f9f6e..73c80dc5b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeFailedMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeFailedMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeLeftMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeLeftMessage.java index efccb8316..e0636537a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeLeftMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryNodeLeftMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryStatusCheckMessage.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryStatusCheckMessage.java index 896ae80d8..207c56c8f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryStatusCheckMessage.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/messages/GridTcpDiscoveryStatusCheckMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStore.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStore.java index 874b08639..e7fb4a5c4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAdapter.java index 3c089ea1e..e995c50fe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStore.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStore.java index 2abb61a72..6b7cdf442 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStore.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStore.java index 776de21f3..17f96423d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStore.java b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStore.java index c61e8d9f0..23db4a510 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStore.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/GridEventStorageSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/GridEventStorageSpi.java index e71769fbf..5aa714765 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/GridEventStorageSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/GridEventStorageSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpi.java index 88ebfc236..f405d7bda 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiMBean.java index 935438950..3e3deed07 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverContext.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverContext.java index cbb348baa..f0e4d1cb3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverSpi.java index 9b7d6d9e5..33d213c49 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/GridFailoverSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpi.java index 6353e533f..c652ee4d2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiMBean.java index 2cd62d54e..4cd299e2b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpi.java index 95fed93ad..65116adff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiMBean.java index cd8006bd9..181726be3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpi.java index 0bef73e99..e4c806b90 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiMBean.java index d95341840..c377ea4bd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexDescriptor.java index 2979dcc30..055d4fb9f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexType.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexType.java index c1575baf0..a6fe21ae6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexType.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntity.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntity.java index dfc58d79d..ee26872e7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntity.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntity.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntityAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntityAdapter.java index 1a6c04463..03f89440d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntityAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingEntityAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldMetadata.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldMetadata.java index 2754a784e..7b5fad167 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldMetadata.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResult.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResult.java index 8573d6b7c..d599bb185 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResult.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResultAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResultAdapter.java index fb0403422..7f2e63b37 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResultAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingFieldsResultAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRow.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRow.java index 93f808713..33c87e588 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRow.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRowAdapter.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRowAdapter.java index d7859adf8..6e6a4776f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRowAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingKeyValueRowAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingMarshaller.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingMarshaller.java index db4f2f8d2..489b8d69e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingMarshaller.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingMarshaller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingQueryFilter.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingQueryFilter.java index 075a44390..02ae13452 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingQueryFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingQueryFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingSpi.java index 215a853ae..55ef78915 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingTypeDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingTypeDescriptor.java index 1f37e56a6..0aabc7239 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingTypeDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridIndexingTypeDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridNoopIndexingSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridNoopIndexingSpi.java index c4e163877..976ca3a74 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridNoopIndexingSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/indexing/GridNoopIndexingSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/GridLoadBalancingSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/GridLoadBalancingSpi.java index 81a3e9cf2..23ee1db6b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/GridLoadBalancingSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/GridLoadBalancingSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveCpuLoadProbe.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveCpuLoadProbe.java index d04a26c39..f5042a066 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveCpuLoadProbe.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveCpuLoadProbe.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveJobCountLoadProbe.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveJobCountLoadProbe.java index a4fed25b5..608049fa0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveJobCountLoadProbe.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveJobCountLoadProbe.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpi.java index 7b035f9f2..3bac340cc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMBean.java index a3a9fd48c..177239842 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadProbe.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadProbe.java index d123ce537..b47fb880e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadProbe.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadProbe.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveProcessingTimeLoadProbe.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveProcessingTimeLoadProbe.java index 48bb3bcb0..007ada393 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveProcessingTimeLoadProbe.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveProcessingTimeLoadProbe.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinGlobalLoadBalancer.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinGlobalLoadBalancer.java index a7b633e40..63b04b3b9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinGlobalLoadBalancer.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinGlobalLoadBalancer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpi.java index 4682aee6f..7bce8e1d2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMBean.java index 100506747..d66c181a2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinPerTaskLoadBalancer.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinPerTaskLoadBalancer.java index 4c61e2f35..f5a87d9c1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinPerTaskLoadBalancer.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinPerTaskLoadBalancer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpi.java index 69b40f430..7d385307f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiMBean.java index 08df11b7c..58c2031fe 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/securesession/GridSecureSessionSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/securesession/GridSecureSessionSpi.java index c4488c8fc..e64ae9754 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/securesession/GridSecureSessionSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/securesession/GridSecureSessionSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpi.java index 241e1189f..cd4160617 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpiMBean.java index 492ffb23f..4275402ee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/securesession/noop/GridNoopSecureSessionSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapContext.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapContext.java index 7f24ea474..73c1efa05 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapKey.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapKey.java index a7b862490..ad9656608 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpi.java index 33a260b61..820000ab6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiListener.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiListener.java index 4fab72f58..ee10d9e70 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapArray.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapArray.java index 8796baf81..d430b92b9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapArray.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapArray.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpi.java index f59819886..806f00a89 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiMBean.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiMBean.java index 7813e5dfa..6a71ac7f6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpi.java b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpi.java index ffb39ac85..99d5137f2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpi.java +++ b/modules/core/src/main/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridAboutDialog.java b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridAboutDialog.java index 1056b0774..0ee9ce892 100644 --- a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridAboutDialog.java +++ b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridAboutDialog.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineRandomNumberGenerator.java b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineRandomNumberGenerator.java index 8cd04726a..4aca62df4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineRandomNumberGenerator.java +++ b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineRandomNumberGenerator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineStartup.java b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineStartup.java index 056632b6e..a20a7d878 100644 --- a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineStartup.java +++ b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformer.java b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformer.java index b8f4fe053..416190557 100644 --- a/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformer.java +++ b/modules/core/src/main/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamer.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamer.java index 1fc17c2a8..d142ce1e3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamer.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerConfiguration.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerConfiguration.java index d15e906bb..864d337b4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerConfiguration.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerContext.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerContext.java index 38ed2ffc5..17269cce8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerContext.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouter.java index cf59b2309..79af8dbdd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouterAdapter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouterAdapter.java index 477e3cba0..7366cb618 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouterAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerEventRouterAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerFailureListener.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerFailureListener.java index 087a475ac..5478477cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerFailureListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerFailureListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMBean.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMBean.java index f9c167889..1d62d4c2a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMetrics.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMetrics.java index b553521c8..0e6c512b2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStage.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStage.java index 795cab6d5..63c3a2bac 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStage.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMBean.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMBean.java index 675f87ae4..71eee713e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMetrics.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMetrics.java index f0beeb501..743b3acb6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerStageMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindow.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindow.java index fe6ffdeb5..18b515d23 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindow.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMBean.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMBean.java index 7dbc04171..6ba27c6b1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMetrics.java b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMetrics.java index 74fe33333..2c34f22a4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMetrics.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/GridStreamerWindowMetrics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndex.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndex.java index c5dcd5f50..c035f42b8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndex.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndex.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexEntry.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexEntry.java index dc900040b..dc2ffe66c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexPolicy.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexPolicy.java index 5fc7ae701..63623a84b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexPolicy.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProvider.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProvider.java index dbd6c0d50..33322de02 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProvider.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProvider.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderAdapter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderAdapter.java index bfb0547d4..ef46cb2e8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderMBean.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderMBean.java index 7e7d52bea..f1c50b495 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexProviderMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdateSync.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdateSync.java index 1f708d0fd..3cb951e6a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdateSync.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdateSync.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdater.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdater.java index 5f76bf6ce..e2f6d4705 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdater.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/GridStreamerIndexUpdater.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/hash/GridStreamerHashIndexProvider.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/hash/GridStreamerHashIndexProvider.java index e6a8618a1..5d732ce47 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/hash/GridStreamerHashIndexProvider.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/hash/GridStreamerHashIndexProvider.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/index/tree/GridStreamerTreeIndexProvider.java b/modules/core/src/main/java/org/gridgain/grid/streamer/index/tree/GridStreamerTreeIndexProvider.java index e1caf14ad..7bb570266 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/index/tree/GridStreamerTreeIndexProvider.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/index/tree/GridStreamerTreeIndexProvider.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerAffinityEventRouter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerAffinityEventRouter.java index 23b871d09..76fb3e06c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerAffinityEventRouter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerAffinityEventRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerCacheAffinityEventRouter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerCacheAffinityEventRouter.java index 211f540a9..904ea9f35 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerCacheAffinityEventRouter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerCacheAffinityEventRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerLocalEventRouter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerLocalEventRouter.java index ce20daefd..5a66eaf63 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerLocalEventRouter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerLocalEventRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRandomEventRouter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRandomEventRouter.java index a078e05d5..f9cb40991 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRandomEventRouter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRandomEventRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRoundRobinEventRouter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRoundRobinEventRouter.java index e41cb78c3..cacbfdf3c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRoundRobinEventRouter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/router/GridStreamerRoundRobinEventRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeBatchWindow.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeBatchWindow.java index a0304400f..119545d32 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeBatchWindow.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeBatchWindow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeSortedWindow.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeSortedWindow.java index 7f02e147e..5d861b09c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeSortedWindow.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeSortedWindow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindow.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindow.java index 55776e40f..73b31cb86 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindow.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindowAdapter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindowAdapter.java index 15a5c2fc2..dafd406a3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindowAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedSizeWindowAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeBatchWindow.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeBatchWindow.java index ed52bbb01..1afe11d7d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeBatchWindow.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeBatchWindow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeWindow.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeWindow.java index 34c8a54b1..615189224 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeWindow.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerBoundedTimeWindow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerUnboundedWindow.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerUnboundedWindow.java index 9a2ceffff..057cf41d4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerUnboundedWindow.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerUnboundedWindow.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerWindowAdapter.java b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerWindowAdapter.java index d4b3144e2..e1a2a1eac 100644 --- a/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerWindowAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/streamer/window/GridStreamerWindowAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/thread/GridStripedThreadPoolExecutor.java b/modules/core/src/main/java/org/gridgain/grid/thread/GridStripedThreadPoolExecutor.java index 64a51749f..fb3b51303 100644 --- a/modules/core/src/main/java/org/gridgain/grid/thread/GridStripedThreadPoolExecutor.java +++ b/modules/core/src/main/java/org/gridgain/grid/thread/GridStripedThreadPoolExecutor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/thread/GridThread.java b/modules/core/src/main/java/org/gridgain/grid/thread/GridThread.java index 73a3d7eec..55c16343c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/thread/GridThread.java +++ b/modules/core/src/main/java/org/gridgain/grid/thread/GridThread.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadFactory.java b/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadFactory.java index 1eecb0f7f..38f9bae94 100644 --- a/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadPoolExecutor.java b/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadPoolExecutor.java index e43e084de..451955097 100644 --- a/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadPoolExecutor.java +++ b/modules/core/src/main/java/org/gridgain/grid/thread/GridThreadPoolExecutor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/F0.java b/modules/core/src/main/java/org/gridgain/grid/util/F0.java index c1b150d77..37dff8612 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/F0.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/F0.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridAnnotationsCache.java b/modules/core/src/main/java/org/gridgain/grid/util/GridAnnotationsCache.java index 92c4b407d..84a8cb77f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridAnnotationsCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridAnnotationsCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridArgumentCheck.java b/modules/core/src/main/java/org/gridgain/grid/util/GridArgumentCheck.java index 052e98e07..8c9c1257b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridArgumentCheck.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridArgumentCheck.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInitializer.java b/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInitializer.java index 470f2af60..0b9016ceb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInitializer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInitializer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInteger.java b/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInteger.java index dd67364ee..66f8b0757 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInteger.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicInteger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicLong.java b/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicLong.java index 3b144d4ee..d59bb1208 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicLong.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridAtomicLong.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashMap.java b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashMap.java index 04073107c..48b11904f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashSet.java index ee1af7e0f..68fa83897 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentLinkedHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedMap.java b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedMap.java index b2ed61ec1..45334315f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedSet.java index b4e629730..fa4a1946f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedConcurrentOrderedSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashMap.java b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashMap.java index 761d45ae3..b751cb7b1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashSet.java index cffacf7fc..691494c75 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridBoundedLinkedHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridBusyLock.java b/modules/core/src/main/java/org/gridgain/grid/util/GridBusyLock.java index c11cbec0b..96e5f4144 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridBusyLock.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridBusyLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridByteArrayList.java b/modules/core/src/main/java/org/gridgain/grid/util/GridByteArrayList.java index e69063441..5e4e87855 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridByteArrayList.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridByteArrayList.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridCircularBuffer.java b/modules/core/src/main/java/org/gridgain/grid/util/GridCircularBuffer.java index 1df7c9b1b..9e27520a5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridCircularBuffer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridCircularBuffer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridClassLoaderCache.java b/modules/core/src/main/java/org/gridgain/grid/util/GridClassLoaderCache.java index a7b621900..e65a63a84 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridClassLoaderCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridClassLoaderCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridClientByteUtils.java b/modules/core/src/main/java/org/gridgain/grid/util/GridClientByteUtils.java index 3e7097936..9850dfddd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridClientByteUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridClientByteUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapter.java index 1bcb4f0f9..8d11b1516 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapterEx.java b/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapterEx.java index a6209fd45..4fa66cded 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapterEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridCloseableIteratorAdapterEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridCollections.java b/modules/core/src/main/java/org/gridgain/grid/util/GridCollections.java index 66cb1a718..0293ee72a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridCollections.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridCollections.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentFactory.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentFactory.java index 35f920955..25e625b63 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentHashSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentHashSet.java index 5ea029943..d53b70c6f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentHashSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentLinkedHashSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentLinkedHashSet.java index 36be58102..a96e01a31 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentLinkedHashSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentLinkedHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentPhantomHashSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentPhantomHashSet.java index 355fcdc71..98dc0af3e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentPhantomHashSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentPhantomHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentSkipListSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentSkipListSet.java index d630ff644..b8783de22 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentSkipListSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentSkipListSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentWeakHashSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentWeakHashSet.java index 4c3306717..6e712deb7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentWeakHashSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConcurrentWeakHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConfigurationFinder.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConfigurationFinder.java index 7b054ea2d..90552c719 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConfigurationFinder.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConfigurationFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridConsistentHash.java b/modules/core/src/main/java/org/gridgain/grid/util/GridConsistentHash.java index 4bac106a1..25d5f84cc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridConsistentHash.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridConsistentHash.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridDebug.java b/modules/core/src/main/java/org/gridgain/grid/util/GridDebug.java index 08770d031..c47af74db 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridDebug.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridDebug.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyCloseableIterator.java b/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyCloseableIterator.java index 793d01cc7..3b64741c6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyCloseableIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyCloseableIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyIterator.java b/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyIterator.java index 9618119f8..f0a6e37c2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridEmptyIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridEnumCache.java b/modules/core/src/main/java/org/gridgain/grid/util/GridEnumCache.java index c2a8cf9c5..c1b293c1d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridEnumCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridEnumCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridExecutionStatistics.java b/modules/core/src/main/java/org/gridgain/grid/util/GridExecutionStatistics.java index 5aff76a82..7f985ac9f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridExecutionStatistics.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridExecutionStatistics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridFixedSizeInputStream.java b/modules/core/src/main/java/org/gridgain/grid/util/GridFixedSizeInputStream.java index 8bfdfbdfe..7c7fb3798 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridFixedSizeInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridFixedSizeInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridHandleTable.java b/modules/core/src/main/java/org/gridgain/grid/util/GridHandleTable.java index 2366386c9..b96e212af 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridHandleTable.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridHandleTable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridIdentityHashSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridIdentityHashSet.java index 6f3653c90..65a667450 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridIdentityHashSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridIdentityHashSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridJavaProcess.java b/modules/core/src/main/java/org/gridgain/grid/util/GridJavaProcess.java index 29bae9afa..2144c62e0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridJavaProcess.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridJavaProcess.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridKeyLock.java b/modules/core/src/main/java/org/gridgain/grid/util/GridKeyLock.java index dc04ca9c4..300409c2b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridKeyLock.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridKeyLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridLeanMap.java b/modules/core/src/main/java/org/gridgain/grid/util/GridLeanMap.java index 2c4c60e18..3d735dcc7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridLeanMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridLeanMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridLeanSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridLeanSet.java index 0aa763bb0..5c1d40d01 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridLeanSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridLeanSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridListSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridListSet.java index 82d76bbbd..5c851cb02 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridListSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridListSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridLogThrottle.java b/modules/core/src/main/java/org/gridgain/grid/util/GridLogThrottle.java index 00c8b1cb8..fb0bc6c07 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridLogThrottle.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridLogThrottle.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridLongList.java b/modules/core/src/main/java/org/gridgain/grid/util/GridLongList.java index f740ad91f..9975ce814 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridLongList.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridLongList.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridMutex.java b/modules/core/src/main/java/org/gridgain/grid/util/GridMutex.java index f75f408d9..5f53bd979 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridMutex.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridMutex.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridQueue.java b/modules/core/src/main/java/org/gridgain/grid/util/GridQueue.java index 1f6bbe403..43c9f713e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridQueue.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridQueue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridRandom.java b/modules/core/src/main/java/org/gridgain/grid/util/GridRandom.java index b503bcaa3..a504ab8ef 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridRandom.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridRandom.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridReflectionCache.java b/modules/core/src/main/java/org/gridgain/grid/util/GridReflectionCache.java index 9443331fc..9561ff874 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridReflectionCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridReflectionCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableCollection.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableCollection.java index 279b294b2..f0925c886 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableCollection.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableCollection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableFuture.java index 62c035753..163d34ae5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterable.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterable.java index 85d92e150..01e1bb0d0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterable.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterator.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterator.java index 1336483b9..198da8416 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableList.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableList.java index e8de17e58..27109d95c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableList.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableList.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableMap.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableMap.java index d31ed9c8d..28575291a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableSet.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableSet.java index cf3c4ad4c..df2a9fbc1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableSet.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSerializableSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSetWrapper.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSetWrapper.java index 9555338d1..2927e514b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSetWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSetWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSnapshotLock.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSnapshotLock.java index c5ab74fd3..9c07971f4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSnapshotLock.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSnapshotLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSpiCloseableIteratorWrapper.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSpiCloseableIteratorWrapper.java index 78ff3cd34..a0811250c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSpiCloseableIteratorWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSpiCloseableIteratorWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSpinBusyLock.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSpinBusyLock.java index 672d61edc..64ef85f3e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSpinBusyLock.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSpinBusyLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSpinReadWriteLock.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSpinReadWriteLock.java index e104f28e6..f5a62b7d7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSpinReadWriteLock.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSpinReadWriteLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilder.java b/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilder.java index 352d11e68..fb0f13c64 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilder.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilderFactory.java b/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilderFactory.java index b1c8fa995..9e659be32 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilderFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridStringBuilderFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridSynchronizedMap.java b/modules/core/src/main/java/org/gridgain/grid/util/GridSynchronizedMap.java index 1c072f42a..47683718b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridSynchronizedMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridSynchronizedMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocal.java b/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocal.java index 102c1271f..4322f4df0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocal.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocalEx.java b/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocalEx.java index dd1f98587..9e5d84833 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocalEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridThreadLocalEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridTimer.java b/modules/core/src/main/java/org/gridgain/grid/util/GridTimer.java index e809d8562..3392c09f7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridTimer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridTimer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridTimerTask.java b/modules/core/src/main/java/org/gridgain/grid/util/GridTimerTask.java index f7012b22f..4ca9ddd29 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridTimerTask.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridTimerTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridUnsafe.java b/modules/core/src/main/java/org/gridgain/grid/util/GridUnsafe.java index c8ef56acb..7a230836c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridUnsafe.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridUnsafe.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridUtils.java b/modules/core/src/main/java/org/gridgain/grid/util/GridUtils.java index a3481ffd9..6c4fa0daa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/GridUuidCache.java b/modules/core/src/main/java/org/gridgain/grid/util/GridUuidCache.java index 17ab25778..5057ba6df 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/GridUuidCache.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/GridUuidCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageAdapter.java index 98703c882..379736fa5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageFactory.java b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageFactory.java index d7e4a5ea7..713c2c68a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageProducer.java b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageProducer.java index 76f01c391..db132fcbf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageProducer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageProducer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageState.java b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageState.java index 484ff2a51..cee9585b3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageState.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/direct/GridTcpCommunicationMessageState.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundFuture.java index 3033e5816..3cedba919 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundIdentityFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundIdentityFuture.java index 5a3e30e19..5e5d45b9a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundIdentityFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridCompoundIdentityFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridEmbeddedFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridEmbeddedFuture.java index 32e9102cb..a08787eb4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridEmbeddedFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridEmbeddedFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFuture.java index 5c4cc8094..e755dde12 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFutureEx.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFutureEx.java index 98270e791..fdebd5e34 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFutureEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFinishedFutureEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapter.java index 8e0e9c5d7..abd2a3a8b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapterEx.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapterEx.java index 2d624f708..816c5262f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapterEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureAdapterEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureChainListener.java b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureChainListener.java index ad62f5f61..3016e6146 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureChainListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/future/GridFutureChainListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyArgumentBuilder.java b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyArgumentBuilder.java index 99bf33eed..ea4087a5c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyArgumentBuilder.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyArgumentBuilder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyJobAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyJobAdapter.java index 9ac281094..183072570 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyJobAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyJobAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyRangeArgument.java b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyRangeArgument.java index 4724b1c08..7c1b249cc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyRangeArgument.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyRangeArgument.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyUtils.java b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyUtils.java index 6b6b3e04e..70c945fc1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/gridify/GridifyUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayInputStream.java b/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayInputStream.java index 49ac3d244..403ce4dbf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayOutputStream.java b/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayOutputStream.java index 4e67b2f89..a7099d387 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayOutputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/io/GridByteArrayOutputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataInput.java b/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataInput.java index 7545678bc..294609824 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataInput.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataInput.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataOutput.java b/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataOutput.java index eab118f27..c7bf6ac55 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataOutput.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/io/GridDataOutput.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataInput.java b/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataInput.java index dee3026cd..130d52248 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataInput.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataInput.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataOutput.java b/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataOutput.java index 63442273b..00af55f9c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataOutput.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/io/GridUnsafeDataOutput.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpoint.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpoint.java index c3f7d7321..e40cc1673 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpoint.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpoint.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointBindException.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointBindException.java index c625a83fd..b7925f0fc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointBindException.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointBindException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointFactory.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointFactory.java index c830c1f2c..b741e64f6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointType.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointType.java index 7563449a2..207a07f7d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointType.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcEndpointType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpoint.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpoint.java index 0914d7b44..ec9323ed6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpoint.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpoint.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializer.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializer.java index 13b228d9b..0aa67d5b6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcToNioAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcToNioAdapter.java index aafa5d565..bc9df3132 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcToNioAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/GridIpcToNioAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcClientTcpEndpoint.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcClientTcpEndpoint.java index 7ea6ab719..f5e7bff7a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcClientTcpEndpoint.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcClientTcpEndpoint.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcServerTcpEndpoint.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcServerTcpEndpoint.java index 0f6f68a77..185ab33da 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcServerTcpEndpoint.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/loopback/GridIpcServerTcpEndpoint.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcOutOfSystemResourcesException.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcOutOfSystemResourcesException.java index cf5670049..d90d42cae 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcOutOfSystemResourcesException.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcOutOfSystemResourcesException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryClientEndpoint.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryClientEndpoint.java index dfd2ab968..f9d749349 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryClientEndpoint.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryClientEndpoint.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitRequest.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitRequest.java index abc6685e0..fbeaca7df 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitRequest.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitResponse.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitResponse.java index 805535022..e4c88498b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitResponse.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInitResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInputStream.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInputStream.java index 1602be682..ed9dc6930 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNativeLoader.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNativeLoader.java index 536ba214a..88630672a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNativeLoader.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNativeLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOperationTimedoutException.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOperationTimedoutException.java index 063149cd9..6ab719af7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOperationTimedoutException.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOperationTimedoutException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOutputStream.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOutputStream.java index 51a793f4a..b3c0e4863 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOutputStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryOutputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryServerEndpoint.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryServerEndpoint.java index df9cfbbd7..84020eb34 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryServerEndpoint.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryServerEndpoint.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpace.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpace.java index 9c09a4c5c..f721dafa4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpace.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpace.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtils.java b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtils.java index a8b71d541..8c8401134 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosure.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosure.java index 0297eb862..b3e57b5d0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosureX.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosureX.java index aeb3bc57f..62006c680 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosureX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsClosureX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicate.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicate.java index 5c37b31c8..585be447c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicate.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicateX.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicateX.java index 96d9d7e6f..bc178f670 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicateX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridAbsPredicateX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridCloseableIterator.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridCloseableIterator.java index 70098b20b..e19fd478a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridCloseableIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridCloseableIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure2X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure2X.java index 75862640a..bfa1cc0b4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure2X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure2X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3.java index 830fcd637..5f8a80de7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3X.java index 1a86cbbe4..d57616654 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosure3X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureException.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureException.java index 8330ee549..244751191 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureException.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureX.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureX.java index 2c8497b1d..c20111720 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridClosureX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridComputeJobWrapper.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridComputeJobWrapper.java index 2ed788fcb..64ada1df2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridComputeJobWrapper.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridComputeJobWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFilteredIterator.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFilteredIterator.java index 0c3972cf1..7707ec03e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFilteredIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFilteredIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFunc.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFunc.java index 6939371e9..6b16920b4 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFunc.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridFunc.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure2X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure2X.java index b8c29dc30..b858c51d0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure2X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure2X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3.java index 964ed8250..6ec010643 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3X.java index 44c83d750..6592976dc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosure3X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosureX.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosureX.java index ecaa915cd..9e6fdda8f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosureX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridInClosureX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterable.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterable.java index 729d9e9db..b876885a9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterable.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterableAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterableAdapter.java index e6a1f898e..8c1aa337d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterableAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterableAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterator.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterator.java index a6af81344..54b78c567 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterator.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIterator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIteratorAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIteratorAdapter.java index 914c0c202..4bb7c44b0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIteratorAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridIteratorAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMapEntry.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMapEntry.java index 0ce8b29cd..c9f511f9b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMapEntry.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMapEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMetadataAwareAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMetadataAwareAdapter.java index 6bbbf92e2..8706e7c05 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMetadataAwareAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridMetadataAwareAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridNodePredicate.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridNodePredicate.java index 7e726470a..fa852101b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridNodePredicate.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridNodePredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridOutClosureX.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridOutClosureX.java index f646738ba..ea6fea32a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridOutClosureX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridOutClosureX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPair.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPair.java index 875a14f04..91113834a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPair.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPair.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAware.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAware.java index d4ab8f5ef..f625ac016 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAware.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAware.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAwareAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAwareAdapter.java index 07d39618b..d3a9f3bff 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAwareAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPeerDeployAwareAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainAbsClosure.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainAbsClosure.java index 610ebf218..a6232c0e1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainAbsClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainAbsClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainCallable.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainCallable.java index cbdde15c7..20ccb95a3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainCallable.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainCallable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure.java index 0ccb2018d..8d5ebcf62 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure2.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure2.java index 798b13719..a10cb295b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainClosure2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFuture.java index 0197b51e6..e79b8066a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFutureAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFutureAdapter.java index bf987dfde..24b596513 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFutureAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainFutureAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainInClosure.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainInClosure.java index ab3588c3a..771371849 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainInClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainInClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainOutClosure.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainOutClosure.java index 960d6c423..b2658483e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainOutClosure.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainOutClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainRunnable.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainRunnable.java index 8c703ee86..e75c2f302 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainRunnable.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPlainRunnable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate2X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate2X.java index 344be6e9d..d2652bd6a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate2X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate2X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3.java index 8bfc66220..7bea520a7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3X.java index 40d90f8c3..8ae276f36 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicate3X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicateX.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicateX.java index 53d0def12..a01470514 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicateX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridPredicateX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2.java index 963af4b39..e97c1448f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2X.java index 14a33baf2..4af39771f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer2X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3.java index 869df0bf1..9dabc1303 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3X.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3X.java index eecde1343..2c98f2ff1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducer3X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducerX.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducerX.java index b1800db92..a014a7251 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducerX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridReducerX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTriple.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTriple.java index 73ab2ad53..4aeda23f5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTriple.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTriple.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple.java index 5be66c6ef..9748914bf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple3.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple3.java index b1ee38b17..153b80ffa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple4.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple4.java index 2e1457dd7..9355a5b8e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple4.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple4.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple5.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple5.java index e71f63759..40d8827f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple5.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple5.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple6.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple6.java index ca2128baa..fd4fbe6ea 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple6.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTuple6.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTupleV.java b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTupleV.java index e1c2e1856..1ef76b416 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTupleV.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/lang/GridTupleV.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanDescription.java b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanDescription.java index 5aa406de7..3dd26f674 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanDescription.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanDescription.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersDescriptions.java b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersDescriptions.java index 55a190e0f..9291dfd85 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersDescriptions.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersDescriptions.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersNames.java b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersNames.java index 7526a1754..f137a84f5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersNames.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridMBeanParametersNames.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridStandardMBean.java b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridStandardMBean.java index 4f97fa27d..ae4f7c10e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridStandardMBean.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/mbean/GridStandardMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridAbstractCommunicationClient.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridAbstractCommunicationClient.java index d0b6b0297..d30fe16c1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridAbstractCommunicationClient.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridAbstractCommunicationClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridBufferedParser.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridBufferedParser.java index ef4d921ff..445af12cc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridBufferedParser.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridBufferedParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridCommunicationClient.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridCommunicationClient.java index 54a5368db..48e97f448 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridCommunicationClient.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridCommunicationClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridConnectionBytesVerifyFilter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridConnectionBytesVerifyFilter.java index 10314ab60..287b239c5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridConnectionBytesVerifyFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridConnectionBytesVerifyFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridDirectParser.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridDirectParser.java index 97afb8ccb..c7ef0d7b0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridDirectParser.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridDirectParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioAsyncNotifyFilter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioAsyncNotifyFilter.java index f12eff7aa..2acaa9387 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioAsyncNotifyFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioAsyncNotifyFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioBackPressureControl.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioBackPressureControl.java index 4a1eba6a8..bf36d05c3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioBackPressureControl.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioBackPressureControl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioCodecFilter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioCodecFilter.java index ef735d802..883a21ec8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioCodecFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioCodecFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioEmbeddedFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioEmbeddedFuture.java index 212b8c8fd..86d33f77b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioEmbeddedFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioEmbeddedFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioException.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioException.java index 92cf65289..3e0162437 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioException.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilter.java index 33a41d66f..8624e75bd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterAdapter.java index a4dfcaa60..21e05f9e7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterChain.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterChain.java index d60252df0..63778f213 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterChain.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFilterChain.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFinishedFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFinishedFuture.java index fb792428c..89cf6e23d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFinishedFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFinishedFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFuture.java index 895eaad93..f63b67e7b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFutureImpl.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFutureImpl.java index e0414a79f..42b2735cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFutureImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioFutureImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageReader.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageReader.java index 45e2fff80..40b225340 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageReader.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageReader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageTracker.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageTracker.java index feee5cbe0..a85d50ca5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageTracker.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageTracker.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageWriter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageWriter.java index 4271d77df..26cbbdcdc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageWriter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMessageWriter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMetricsListener.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMetricsListener.java index bd5cc804f..5230e8998 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMetricsListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioMetricsListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioParser.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioParser.java index 68e67a79e..2c4f5eae8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioParser.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioRecoveryDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioRecoveryDescriptor.java index 469c73700..37c9092bc 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioRecoveryDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioRecoveryDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServer.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServer.java index 72f91bbf5..227903618 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerBuffer.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerBuffer.java index a76a5191a..788a45d5c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerBuffer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerBuffer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListener.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListener.java index f4b762440..081682e14 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListenerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListenerAdapter.java index 6dcc85302..cd7ffd349 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListenerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioServerListenerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSession.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSession.java index 27acfcc8e..09b495a55 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSession.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionImpl.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionImpl.java index 347cb729d..08437888e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionMetaKey.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionMetaKey.java index a022781bc..e292c96da 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionMetaKey.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioSessionMetaKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridSelectorNioSessionImpl.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridSelectorNioSessionImpl.java index eb2e69d2f..45b9e7491 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridSelectorNioSessionImpl.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridSelectorNioSessionImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridShmemCommunicationClient.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridShmemCommunicationClient.java index b78bd674c..a901d00a8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridShmemCommunicationClient.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridShmemCommunicationClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpCommunicationClient.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpCommunicationClient.java index 443a706ca..49e4a9ae7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpCommunicationClient.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpCommunicationClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpNioCommunicationClient.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpNioCommunicationClient.java index bf0c32819..98a9e0612 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpNioCommunicationClient.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/GridTcpNioCommunicationClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslFilter.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslFilter.java index d91cc2454..72bdf8084 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslFilter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslHandler.java b/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslHandler.java index bf47931f0..77a58fe44 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslHandler.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nio/ssl/GridNioSslHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallable.java b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallable.java index 3ffe2b3c6..2371301e8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallable.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallable.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeStartUtils.java b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeStartUtils.java index 4ce8375d2..84840b89a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeStartUtils.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridNodeStartUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridRemoteStartSpecification.java b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridRemoteStartSpecification.java index 017d6773d..0c295f59a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridRemoteStartSpecification.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridRemoteStartSpecification.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessor.java b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessor.java index 93aefcca6..f9fa1091e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessor.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvent.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvent.java index 7ba7ce087..5a50ea451 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvent.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvent.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEventListener.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEventListener.java index aac52ca20..ca83be21f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEventListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEventListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvictListener.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvictListener.java index e1c1c7972..c2c672025 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvictListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapEvictListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMap.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMap.java index c00ea6d5c..19527907b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMapFactory.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMapFactory.java index 26676c3f8..45f5db425 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMapFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapMapFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapOutOfMemoryException.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapOutOfMemoryException.java index 3db11f2eb..fc745351d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapOutOfMemoryException.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapOutOfMemoryException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMap.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMap.java index ff7a8e88f..b70c2a475 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointer.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointer.java index e321f9494..abc76080b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointer.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointerFactory.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointerFactory.java index acf5b45f8..2b658b20f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointerFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSmartPointerFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSnapTreeMap.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSnapTreeMap.java index 58a77c33d..2641948e7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSnapTreeMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridOffHeapSnapTreeMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeCompoundMemory.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeCompoundMemory.java index 04bbdfe06..236726161 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeCompoundMemory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeCompoundMemory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeGuard.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeGuard.java index 818f914da..f7bbe47a2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeGuard.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeGuard.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLru.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLru.java index 5827a62fd..abf39b37a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLru.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLru.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLruPoller.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLruPoller.java index 673b06cda..4bf21b150 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLruPoller.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeLruPoller.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMap.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMap.java index b1aa393e4..442ea3866 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemory.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemory.java index 2a287bb7c..b23dcca51 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMap.java b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMap.java index 7be0f27aa..77a79c13d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMap.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMap.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawReaderEx.java b/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawReaderEx.java index 2df4bdda0..4725e2d7c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawReaderEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawReaderEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawWriterEx.java b/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawWriterEx.java index afe002668..ae4c52349 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawWriterEx.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableRawWriterEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/portscanner/GridJmxPortFinder.java b/modules/core/src/main/java/org/gridgain/grid/util/portscanner/GridJmxPortFinder.java index 0db285c10..8c4bd4f31 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/portscanner/GridJmxPortFinder.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/portscanner/GridJmxPortFinder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/scala/impl.java b/modules/core/src/main/java/org/gridgain/grid/util/scala/impl.java index 698d8285b..04c5ed09d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/scala/impl.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/scala/impl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStream.java b/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStream.java index 3e2ca58a9..9bb41dd4a 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStream.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStreamFactory.java b/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStreamFactory.java index 8b69d7cda..24cf71641 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStreamFactory.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/test/GridTestPrintStreamFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringBuilder.java b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringBuilder.java index 4bb5bc420..4a6ed1614 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringBuilder.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringBuilder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringClassDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringClassDescriptor.java index ffbd4ae94..d1d721ff7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringClassDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringClassDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringExclude.java b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringExclude.java index 27d740b47..2e4d95c88 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringExclude.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringExclude.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringFieldDescriptor.java b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringFieldDescriptor.java index abb201aac..077744b65 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringFieldDescriptor.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringFieldDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringInclude.java b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringInclude.java index a10ca05ee..0596a28fa 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringInclude.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringInclude.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringOrder.java b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringOrder.java index d244fc002..d4abbc9e2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringOrder.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringOrder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringThreadLocal.java b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringThreadLocal.java index f445285c3..2048f1a93 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringThreadLocal.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/tostring/GridToStringThreadLocal.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/C1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/C1.java index 36c28e209..7753a17e8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/C1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/C1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/C2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/C2.java index fb045ed18..55ba3751e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/C2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/C2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/C3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/C3.java index 10929b3c6..9a75ad07f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/C3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/C3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CA.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CA.java index 34521b4ac..fc9136a83 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CA.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CA.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CAX.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CAX.java index 55fc29e7c..0d2cd879b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CAX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CAX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI1.java index 32afebf96..bb3723ccf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI2.java index a94fd9e5d..29a6e27ce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI3.java index ad55b0963..65644805d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CI3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX1.java index 5e00de349..ed8a11dab 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX2.java index aef6be738..3fbf83fc5 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX3.java index d07bc4a4e..05ac4fe62 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CIX3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CO.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CO.java index e6b9f350c..75f9d6ae1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CO.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CO.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/COX.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/COX.java index 31cd4cfa7..f007e9c23 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/COX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/COX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX1.java index 87a3589fb..5afe12b65 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX2.java index c76cad00a..6f020979d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX3.java index 1770571b0..30cc293ee 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/CX3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/F.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/F.java index 09564ce45..40954be09 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/F.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/F.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/G.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/G.java index 1f67f49e8..88ffe35c3 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/G.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/G.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/P1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/P1.java index b783c8324..490375675 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/P1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/P1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/P2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/P2.java index 213f433b8..a11cb0963 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/P2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/P2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/P3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/P3.java index aa6deef02..2fcaea435 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/P3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/P3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PA.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PA.java index d76fe02ad..a59aec8ce 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PA.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PA.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PAX.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PAX.java index 9ee1b6ba4..9b69da696 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PAX.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PAX.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PCE.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PCE.java index 420bda0e2..36e193b02 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PCE.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PCE.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PE.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PE.java index 1db7e312d..556884666 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PE.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PE.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PKV.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PKV.java index 65fce4a4b..714143ef1 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PKV.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PKV.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PN.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PN.java index a26374db8..2df137245 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PN.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PN.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX1.java index e098070e2..a62fa06ea 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX2.java index d6f2cf400..9bf84baeb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX3.java index 53f723ba0..ab5e07e0d 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/PX3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/R1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/R1.java index 037324210..f3083590e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/R1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/R1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/R2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/R2.java index b10e776e0..36046b593 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/R2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/R2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/R3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/R3.java index 9663600cb..493db4b42 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/R3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/R3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX1.java index c28793cae..d0d250c7b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX2.java index 9a799443e..a52dc3a74 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX3.java index c53a22ede..dda329d0c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/RX3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T1.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T1.java index f7ad58f28..79e9fead0 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T1.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T2.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T2.java index a2c54fc77..2190392b7 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T2.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T3.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T3.java index dbbc22b49..9e9faf4cb 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T3.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T4.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T4.java index ce86e0f82..f662ff4f6 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T4.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T4.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T5.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T5.java index 3f549df07..991ff69da 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T5.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T5.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T6.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T6.java index 3e184dc99..f474c5446 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/T6.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/T6.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/X.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/X.java index 7b7d25f72..cae0f251c 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/X.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/X.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/A.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/A.java index a1858cb12..7b441c346 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/A.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/A.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/CU.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/CU.java index 18d18c8a7..379996ebd 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/CU.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/CU.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/D.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/D.java index e213d9980..1855a2ced 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/D.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/D.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPC.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPC.java index 5edc51b54..8c7144b9e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPC.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPC.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPR.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPR.java index d62537832..fbaf5ebe2 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPR.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/GPR.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/LT.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/LT.java index b22c3186a..176da8853 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/LT.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/LT.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/S.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/S.java index 122fc1707..1be2deed8 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/S.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/S.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/SB.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/SB.java index ce2f0042d..1f08d543b 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/SB.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/SB.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/U.java b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/U.java index 1fd7c78a0..dd2dd82f9 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/U.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/typedef/internal/U.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorker.java b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorker.java index a010e83c7..9e76e4d3e 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorker.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorker.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerFuture.java b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerFuture.java index 887a82453..48f61cbcf 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerFuture.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerFuture.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListener.java b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListener.java index 4eeff6e40..d038983ef 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListener.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListenerAdapter.java b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListenerAdapter.java index 0c756754a..21b6955ca 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListenerAdapter.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerListenerAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerPool.java b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerPool.java index 743e89303..cd585ba05 100644 --- a/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerPool.java +++ b/modules/core/src/main/java/org/gridgain/grid/util/worker/GridWorkerPool.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnection.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnection.java index 9352fb28f..555a3cc79 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnection.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnection.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnectionInfo.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnectionInfo.java index aab2cf2d3..5e8def969 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnectionInfo.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcConnectionInfo.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDatabaseMetadata.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDatabaseMetadata.java index 5db5f33ac..32026286e 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDatabaseMetadata.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDatabaseMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDriver.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDriver.java index a9105e056..caefead3b 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDriver.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcDriver.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcPreparedStatement.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcPreparedStatement.java index fc1cae219..f9424342c 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcPreparedStatement.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcPreparedStatement.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSet.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSet.java index 77bc96db3..dffcf5c4f 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSet.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSetMetadata.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSetMetadata.java index 8803f1631..74c044d81 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSetMetadata.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcResultSetMetadata.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcStatement.java b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcStatement.java index 2a8536d28..12f8c7434 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcStatement.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/GridJdbcStatement.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/typedef/JU.java b/modules/core/src/main/java/org/gridgain/jdbc/typedef/JU.java index 5e50bf1c9..5ac603e05 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/typedef/JU.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/typedef/JU.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/java/org/gridgain/jdbc/util/GridJdbcUtils.java b/modules/core/src/main/java/org/gridgain/jdbc/util/GridJdbcUtils.java index 58ddf2886..95e1ae368 100644 --- a/modules/core/src/main/java/org/gridgain/jdbc/util/GridJdbcUtils.java +++ b/modules/core/src/main/java/org/gridgain/jdbc/util/GridJdbcUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/main/resources/gridgain.properties b/modules/core/src/main/resources/gridgain.properties index 324f40e02..cb1258674 100644 --- a/modules/core/src/main/resources/gridgain.properties +++ b/modules/core/src/main/resources/gridgain.properties @@ -1,5 +1,5 @@ gridgain.version=6.6.8-p1 -gridgain.build=0 -gridgain.revision=DEV -gridgain.rel.date=01011970 -gridgain.update.status.params=test=vfvfvskfkeievskjv +gridgain.build=1445520969 +gridgain.revision=94e74954a2d5509c0df07d1d344974cb88adf942 +gridgain.rel.date=21122015 +gridgain.update.status.params=ver=6.6.8-p1 diff --git a/modules/core/src/test/bin/start-nodes-custom.bat b/modules/core/src/test/bin/start-nodes-custom.bat index e8e94fe31..5ee1ae9e5 100644 --- a/modules/core/src/test/bin/start-nodes-custom.bat +++ b/modules/core/src/test/bin/start-nodes-custom.bat @@ -1,5 +1,18 @@ :: -:: @bat.file.header +:: Copyright (C) GridGain Systems. All Rights Reserved. +:: +:: Licensed under the Apache License, Version 2.0 (the "License"); +:: you may not use this file except in compliance with the License. +:: You may obtain a copy of the License at + +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, software +:: distributed under the License is distributed on an "AS IS" BASIS, +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +:: See the License for the specific language governing permissions and +:: limitations under the License. + :: _________ _____ __________________ _____ :: __ ____/___________(_)______ /__ ____/______ ____(_)_______ :: _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ diff --git a/modules/core/src/test/bin/start-nodes-custom.sh b/modules/core/src/test/bin/start-nodes-custom.sh index 58fdc2523..43c35eff1 100755 --- a/modules/core/src/test/bin/start-nodes-custom.sh +++ b/modules/core/src/test/bin/start-nodes-custom.sh @@ -1,6 +1,19 @@ #!/bin/sh # -# @sh.file.header +# Copyright (C) GridGain Systems. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # # _________ _____ __________________ _____ # __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/config/aop/aspectj/META-INF/aop.xml b/modules/core/src/test/config/aop/aspectj/META-INF/aop.xml index 883371c83..969b24d20 100644 --- a/modules/core/src/test/config/aop/aspectj/META-INF/aop.xml +++ b/modules/core/src/test/config/aop/aspectj/META-INF/aop.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/aop/jboss/jboss-gridgain-aop.xml b/modules/core/src/test/config/aop/jboss/jboss-gridgain-aop.xml index 99adafe1b..8b4cbad22 100644 --- a/modules/core/src/test/config/aop/jboss/jboss-gridgain-aop.xml +++ b/modules/core/src/test/config/aop/jboss/jboss-gridgain-aop.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-1.xml b/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-1.xml index 8892e5d93..3ab222f3a 100644 --- a/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-1.xml +++ b/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-1.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-2.xml b/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-2.xml index 4a6feb796..a351d9d6e 100644 --- a/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-2.xml +++ b/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-2.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-3.xml b/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-3.xml index d1be74742..17023cdab 100644 --- a/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-3.xml +++ b/modules/core/src/test/config/benchmark/spring-cache-client-benchmark-3.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/default-spring-url-testing.xml b/modules/core/src/test/config/default-spring-url-testing.xml index 4eef10f8c..120482f38 100644 --- a/modules/core/src/test/config/default-spring-url-testing.xml +++ b/modules/core/src/test/config/default-spring-url-testing.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/discovery-stress.xml b/modules/core/src/test/config/discovery-stress.xml index 05a9adc5d..57d1d0dd2 100644 --- a/modules/core/src/test/config/discovery-stress.xml +++ b/modules/core/src/test/config/discovery-stress.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/example-cache.xml b/modules/core/src/test/config/example-cache.xml index 2414eea7e..f79bbc338 100644 --- a/modules/core/src/test/config/example-cache.xml +++ b/modules/core/src/test/config/example-cache.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/ggfs-loopback.xml b/modules/core/src/test/config/ggfs-loopback.xml index bb1d0dc03..7b27a2abf 100644 --- a/modules/core/src/test/config/ggfs-loopback.xml +++ b/modules/core/src/test/config/ggfs-loopback.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/ggfs-no-endpoint.xml b/modules/core/src/test/config/ggfs-no-endpoint.xml index 66065c30f..a06481cc9 100644 --- a/modules/core/src/test/config/ggfs-no-endpoint.xml +++ b/modules/core/src/test/config/ggfs-no-endpoint.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/ggfs-shmem.xml b/modules/core/src/test/config/ggfs-shmem.xml index f6ca3c6ac..2f4aecb3c 100644 --- a/modules/core/src/test/config/ggfs-shmem.xml +++ b/modules/core/src/test/config/ggfs-shmem.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/io-manager-benchmark.xml b/modules/core/src/test/config/io-manager-benchmark.xml index 4b070388c..d05bcd6e3 100644 --- a/modules/core/src/test/config/io-manager-benchmark.xml +++ b/modules/core/src/test/config/io-manager-benchmark.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/load/cache-benchmark.xml b/modules/core/src/test/config/load/cache-benchmark.xml index d0c9beed5..9386b7432 100644 --- a/modules/core/src/test/config/load/cache-benchmark.xml +++ b/modules/core/src/test/config/load/cache-benchmark.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/load/cache-client-benchmark.xml b/modules/core/src/test/config/load/cache-client-benchmark.xml index 00eef0799..99813cbdf 100644 --- a/modules/core/src/test/config/load/cache-client-benchmark.xml +++ b/modules/core/src/test/config/load/cache-client-benchmark.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/load/dsi-load-base.xml b/modules/core/src/test/config/load/dsi-load-base.xml index 375d4f8e1..f53436348 100644 --- a/modules/core/src/test/config/load/dsi-load-base.xml +++ b/modules/core/src/test/config/load/dsi-load-base.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/load/dsi-load-client.xml b/modules/core/src/test/config/load/dsi-load-client.xml index 862a07507..5bab9e55b 100644 --- a/modules/core/src/test/config/load/dsi-load-client.xml +++ b/modules/core/src/test/config/load/dsi-load-client.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/load/dsi-load-server.xml b/modules/core/src/test/config/load/dsi-load-server.xml index c9d03e756..e43c63320 100644 --- a/modules/core/src/test/config/load/dsi-load-server.xml +++ b/modules/core/src/test/config/load/dsi-load-server.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/load/merge-sort-base.xml b/modules/core/src/test/config/load/merge-sort-base.xml index 03f468096..c34f06b82 100644 --- a/modules/core/src/test/config/load/merge-sort-base.xml +++ b/modules/core/src/test/config/load/merge-sort-base.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/load/mongo-multinode-foster.xml b/modules/core/src/test/config/load/mongo-multinode-foster.xml index 5751962ad..7c4bcaa88 100644 --- a/modules/core/src/test/config/load/mongo-multinode-foster.xml +++ b/modules/core/src/test/config/load/mongo-multinode-foster.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/loaders/grid-cfg-2-grids.xml b/modules/core/src/test/config/loaders/grid-cfg-2-grids.xml index 61773f917..0736e54cd 100644 --- a/modules/core/src/test/config/loaders/grid-cfg-2-grids.xml +++ b/modules/core/src/test/config/loaders/grid-cfg-2-grids.xml @@ -1,5 +1,19 @@ diff --git a/modules/core/src/test/config/spring-cache-put-remove-load.xml b/modules/core/src/test/config/spring-cache-put-remove-load.xml index 07046fe27..19b1314a6 100644 --- a/modules/core/src/test/config/spring-cache-put-remove-load.xml +++ b/modules/core/src/test/config/spring-cache-put-remove-load.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/spring-cache-swap.xml b/modules/core/src/test/config/spring-cache-swap.xml index 0cac1575e..a1ba88640 100644 --- a/modules/core/src/test/config/spring-cache-swap.xml +++ b/modules/core/src/test/config/spring-cache-swap.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/spring-cache-teststore.xml b/modules/core/src/test/config/spring-cache-teststore.xml index 9e9a0a3ed..1239e760f 100644 --- a/modules/core/src/test/config/spring-cache-teststore.xml +++ b/modules/core/src/test/config/spring-cache-teststore.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/spring-multicache.xml b/modules/core/src/test/config/spring-multicache.xml index 94793e276..93c0c612b 100644 --- a/modules/core/src/test/config/spring-multicache.xml +++ b/modules/core/src/test/config/spring-multicache.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/spring-start-nodes-attr.xml b/modules/core/src/test/config/spring-start-nodes-attr.xml index 4a1ebf4ed..aaa0661ff 100644 --- a/modules/core/src/test/config/spring-start-nodes-attr.xml +++ b/modules/core/src/test/config/spring-start-nodes-attr.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/spring-start-nodes.xml b/modules/core/src/test/config/spring-start-nodes.xml index 3e3c53f84..18b8bf3dd 100644 --- a/modules/core/src/test/config/spring-start-nodes.xml +++ b/modules/core/src/test/config/spring-start-nodes.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/streamer/average/spring-streamer-average-base.xml b/modules/core/src/test/config/streamer/average/spring-streamer-average-base.xml index a27c1d35a..e51842b2c 100644 --- a/modules/core/src/test/config/streamer/average/spring-streamer-average-base.xml +++ b/modules/core/src/test/config/streamer/average/spring-streamer-average-base.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/streamer/average/spring-streamer-average-local.xml b/modules/core/src/test/config/streamer/average/spring-streamer-average-local.xml index bfe686478..de2109c6e 100644 --- a/modules/core/src/test/config/streamer/average/spring-streamer-average-local.xml +++ b/modules/core/src/test/config/streamer/average/spring-streamer-average-local.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/streamer/average/spring-streamer-average-random.xml b/modules/core/src/test/config/streamer/average/spring-streamer-average-random.xml index 47c5e70e2..99a56ec6b 100644 --- a/modules/core/src/test/config/streamer/average/spring-streamer-average-random.xml +++ b/modules/core/src/test/config/streamer/average/spring-streamer-average-random.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/streamer/spring-streamer-base.xml b/modules/core/src/test/config/streamer/spring-streamer-base.xml index 8c5f494ed..d8cf26ccf 100644 --- a/modules/core/src/test/config/streamer/spring-streamer-base.xml +++ b/modules/core/src/test/config/streamer/spring-streamer-base.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/websession/spring-cache-1.xml b/modules/core/src/test/config/websession/spring-cache-1.xml index a6c0e0dad..4d3aaa4d0 100644 --- a/modules/core/src/test/config/websession/spring-cache-1.xml +++ b/modules/core/src/test/config/websession/spring-cache-1.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/websession/spring-cache-2.xml b/modules/core/src/test/config/websession/spring-cache-2.xml index c4ec1ac28..aa2bdf6d8 100644 --- a/modules/core/src/test/config/websession/spring-cache-2.xml +++ b/modules/core/src/test/config/websession/spring-cache-2.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/config/websession/spring-cache-3.xml b/modules/core/src/test/config/websession/spring-cache-3.xml index bd2a60559..8e313fc99 100644 --- a/modules/core/src/test/config/websession/spring-cache-3.xml +++ b/modules/core/src/test/config/websession/spring-cache-3.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesNode.java b/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesNode.java index 54a4b7803..1ec7d91f5 100644 --- a/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesNode.java +++ b/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesNode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesTest.java b/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesTest.java index 715b1c793..f62b269a6 100644 --- a/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesTest.java +++ b/modules/core/src/test/java/org/gridgain/benchmarks/storevalbytes/GridCacheStoreValueBytesTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridCacheAffinityBackupsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/GridCacheAffinityBackupsSelfTest.java index 5bacd5dc3..6dc5e822f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridCacheAffinityBackupsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridCacheAffinityBackupsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridExternalizableAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/GridExternalizableAbstractTest.java index b7c4b7be3..abf0b0946 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridExternalizableAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridExternalizableAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridSuppressedExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/GridSuppressedExceptionSelfTest.java index 1d4fa19e2..0ea7eb032 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridSuppressedExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridSuppressedExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestIoUtils.java b/modules/core/src/test/java/org/gridgain/grid/GridTestIoUtils.java index eaad31ec6..0bef4e4d2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestIoUtils.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestIoUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestJob.java b/modules/core/src/test/java/org/gridgain/grid/GridTestJob.java index 1e71e78dd..46e01ff75 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestJob.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestJobContext.java b/modules/core/src/test/java/org/gridgain/grid/GridTestJobContext.java index 6a3354bc4..5fc386500 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestJobContext.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestJobContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestJobResult.java b/modules/core/src/test/java/org/gridgain/grid/GridTestJobResult.java index a181817a6..aaea1fcbd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestJobResult.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestJobResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestNodeStartup.java b/modules/core/src/test/java/org/gridgain/grid/GridTestNodeStartup.java index 05e18c6c7..1bffd5c69 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestNodeStartup.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestNodeStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestStoreNodeStartup.java b/modules/core/src/test/java/org/gridgain/grid/GridTestStoreNodeStartup.java index 5cebb78ec..447a618a4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestStoreNodeStartup.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestStoreNodeStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestTask.java b/modules/core/src/test/java/org/gridgain/grid/GridTestTask.java index fb523121b..9346bb600 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestTask.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/GridTestTaskSession.java b/modules/core/src/test/java/org/gridgain/grid/GridTestTaskSession.java index e1e61bd6b..fdee77c35 100644 --- a/modules/core/src/test/java/org/gridgain/grid/GridTestTaskSession.java +++ b/modules/core/src/test/java/org/gridgain/grid/GridTestTaskSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinityNodesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinityNodesSelfTest.java index ce53b9c9d..b6127f3b8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinityNodesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinityNodesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinitySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinitySelfTest.java index 5717e5fc4..ad6a3ace9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinitySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/cache/affinity/fair/GridCachePartitionFairAffinitySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheBalancingStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheBalancingStoreSelfTest.java index ebce594ad..559386f00 100644 --- a/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheBalancingStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheBalancingStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapterSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapterSelfTest.java index 2e7bbc01c..0c20ff8ec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapterSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/cache/store/GridCacheLoadOnlyStoreAdapterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/cache/store/GridGeneratingTestStore.java b/modules/core/src/test/java/org/gridgain/grid/cache/store/GridGeneratingTestStore.java index 134221c11..d530f9a52 100644 --- a/modules/core/src/test/java/org/gridgain/grid/cache/store/GridGeneratingTestStore.java +++ b/modules/core/src/test/java/org/gridgain/grid/cache/store/GridGeneratingTestStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreMultithreadedSelfTest.java index 5599261f3..47b9aecbe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreSelfTest.java index c6adc3649..ff6ad2770 100644 --- a/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/cache/store/jdbc/GridCacheJdbcBlobStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsEventsAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsEventsAbstractSelfTest.java index 00b2009e1..30346c609 100644 --- a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsEventsAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsEventsAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerAbstractSelfTest.java index b44651b2d..c6b65a74c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerSelfTest.java index 2152db23e..e4071fafe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerTopologySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerTopologySelfTest.java index a76285b18..a36d52558 100644 --- a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerTopologySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsFragmentizerTopologySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsPathSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsPathSelfTest.java index 45939c93b..958bb9358 100644 --- a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsPathSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsPathSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsTestInputGenerator.java b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsTestInputGenerator.java index 5a8f1a1d9..6c5e8131b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsTestInputGenerator.java +++ b/modules/core/src/test/java/org/gridgain/grid/ggfs/GridGgfsTestInputGenerator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityMappedTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityMappedTest.java index dda8cc164..755efeb9b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityMappedTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityMappedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityP2PSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityP2PSelfTest.java index dc4eca9b7..59dc49d38 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityP2PSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinityP2PSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinitySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinitySelfTest.java index e16fbe593..db109ee35 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinitySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAffinitySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAlwaysFailoverSpiFailSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAlwaysFailoverSpiFailSelfTest.java index 66e897539..d344e9a4b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridAlwaysFailoverSpiFailSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridAlwaysFailoverSpiFailSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCacheProjectionRemoveTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCacheProjectionRemoveTest.java index 86edaf435..291b12dfd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCacheProjectionRemoveTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCacheProjectionRemoveTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelOnGridStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelOnGridStopSelfTest.java index 4653a45c7..d71b20dec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelOnGridStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelOnGridStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelUnusedJobSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelUnusedJobSelfTest.java index 9d5be4971..c5e943626 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelUnusedJobSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelUnusedJobSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelledJobsMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelledJobsMetricsSelfTest.java index a2ac574e4..38a9a3056 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelledJobsMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCancelledJobsMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCollisionJobsContextSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCollisionJobsContextSelfTest.java index 1cbab29aa..3d9a9cbb4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCollisionJobsContextSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCollisionJobsContextSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCommunicationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCommunicationSelfTest.java index 2e742a5c2..8061bc9dd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridCommunicationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridCommunicationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobAnnotationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobAnnotationSelfTest.java index 027f67c5d..825868160 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobAnnotationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobAnnotationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobSiblingsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobSiblingsSelfTest.java index f47fd05c4..f8333df37 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobSiblingsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousJobSiblingsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousTaskSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousTaskSelfTest.java index c6a5c68fd..57e13c6f2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousTaskSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridContinuousTaskSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentMultiThreadedSelfTest.java index 885128315..5b48d4caa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentSelfTest.java index a738865dd..e83f007af 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoveryEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoveryEventSelfTest.java index 23af85988..1bcce7d58 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoveryEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoveryEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoverySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoverySelfTest.java index 715dd2ef6..c5ca4280a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoverySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridDiscoverySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageCheckAllEventsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageCheckAllEventsSelfTest.java index f2067567c..7fea7118c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageCheckAllEventsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageCheckAllEventsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageRuntimeConfigurationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageRuntimeConfigurationSelfTest.java index 0b0314413..abb932a80 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageRuntimeConfigurationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageRuntimeConfigurationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageSelfTest.java index 2a9ff7b5d..9d69969fb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridEventStorageSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridExecutorServiceTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridExecutorServiceTest.java index e2c6e08aa..13a38d0d0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridExecutorServiceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridExecutorServiceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridExplicitImplicitDeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridExplicitImplicitDeploymentSelfTest.java index e3fcfbee5..8f0a3cb0e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridExplicitImplicitDeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridExplicitImplicitDeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFactoryVmShutdownTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFactoryVmShutdownTest.java index d3759c1e8..9de4b6899 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFactoryVmShutdownTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFactoryVmShutdownTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailedInputParametersSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailedInputParametersSelfTest.java index 3c6e242b6..44de434da 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailedInputParametersSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailedInputParametersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverCustomTopologySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverCustomTopologySelfTest.java index c81ea7bbe..1d8c9bb26 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverCustomTopologySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverCustomTopologySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverSelfTest.java index f1adbc596..59354821f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverTopologySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverTopologySelfTest.java index 3746f8453..05439e557 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverTopologySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridFailoverTopologySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridHomePathSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridHomePathSelfTest.java index b885653f3..00f61f6e2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridHomePathSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridHomePathSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobCollisionCancelSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobCollisionCancelSelfTest.java index a5fbfbde5..89ad25c50 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobCollisionCancelSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobCollisionCancelSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobContextSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobContextSelfTest.java index a492e727e..aab064519 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobContextSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobContextSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobMasterLeaveAwareSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobMasterLeaveAwareSelfTest.java index 6a290f7a3..97e7f1139 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobMasterLeaveAwareSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobMasterLeaveAwareSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingSelfTest.java index 4dedbb6e1..fcaf1ee4e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingZeroActiveJobsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingZeroActiveJobsSelfTest.java index 30facef3b..6f955e163 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingZeroActiveJobsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobStealingZeroActiveJobsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobSubjectIdSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobSubjectIdSelfTest.java index ef6e7152f..7338e6fec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobSubjectIdSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridJobSubjectIdSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalConcurrentAccessStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalConcurrentAccessStopSelfTest.java index d899622e9..56f572382 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalConcurrentAccessStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalConcurrentAccessStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalTestUtils.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalTestUtils.java index dcf08a824..9b2701bc7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalTestUtils.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridKernalTestUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleAwareSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleAwareSelfTest.java index 1aa1f0aba..62a2aad5d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleAwareSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleAwareSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleBeanSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleBeanSelfTest.java index 5dde4c0af..35615ae78 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleBeanSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridLifecycleBeanSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridListenActorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridListenActorSelfTest.java index 376254670..e98c1ceb7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridListenActorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridListenActorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridLocalEventListenerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridLocalEventListenerSelfTest.java index 99ad9725c..37eed32c7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridLocalEventListenerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridLocalEventListenerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultiTxLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultiTxLockSelfTest.java index 7ad7a3ab3..09dee5920 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultiTxLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultiTxLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleJobsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleJobsSelfTest.java index ac384747c..ab6f3830a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleJobsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleJobsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleSpisSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleSpisSelfTest.java index da7ef7bde..cd9a85706 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleSpisSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleSpisSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleVersionsDeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleVersionsDeploymentSelfTest.java index f558f4abe..f99e33ee7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleVersionsDeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultipleVersionsDeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultithreadedJobStealingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultithreadedJobStealingSelfTest.java index 7fd9682cd..e2bd0ac20 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultithreadedJobStealingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridMultithreadedJobStealingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeFilterSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeFilterSelfTest.java index 00beaa213..c820bc00a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeFilterSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeFilterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeLocalSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeLocalSelfTest.java index 81214579c..de8c361aa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeLocalSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeLocalSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeMetricsSelfTest.java index cd750771c..858d02a2e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeVisorAttributesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeVisorAttributesSelfTest.java index dddd337e1..432966afd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeVisorAttributesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNodeVisorAttributesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNonHistoryMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNonHistoryMetricsSelfTest.java index a538171d7..e8f85b041 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridNonHistoryMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridNonHistoryMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionAbstractTest.java index c69898aea..bcac67b5e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionForCachesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionForCachesSelfTest.java index f78047bca..4f7f3cff5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionForCachesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionForCachesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionJobCancelSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionJobCancelSelfTest.java index 1986b738a..ab89c17e5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionJobCancelSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionJobCancelSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionLocalJobMultipleArgumentsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionLocalJobMultipleArgumentsSelfTest.java index 18612f027..2cfd8e36a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionLocalJobMultipleArgumentsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionLocalJobMultipleArgumentsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionMetricsSelfTest.java index 2ff7e129f..f25e07a86 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionSelfTest.java index d00738d94..c510b00de 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionTaskCancelSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionTaskCancelSelfTest.java index 2d3ec44db..23bbd00b1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionTaskCancelSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridProjectionTaskCancelSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridReduceSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridReduceSelfTest.java index 23ca3f5d2..26505cc27 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridReduceSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridReduceSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridReleaseTypeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridReleaseTypeSelfTest.java index 353f90f3a..14f823d88 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridReleaseTypeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridReleaseTypeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridRuntimeExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridRuntimeExceptionSelfTest.java index 72f4b7926..3dadeff19 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridRuntimeExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridRuntimeExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridSameVmStartupSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridSameVmStartupSelfTest.java index f5e049504..7ca4a0833 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridSameVmStartupSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridSameVmStartupSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridSelfTest.java index fc4be9f26..52f10c4ed 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridSpiExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridSpiExceptionSelfTest.java index fa39f1424..b0de62aae 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridSpiExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridSpiExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartStopSelfTest.java index 43e722535..a0cd4f578 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupMain.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupMain.java index 5fb85847f..64872741b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupMain.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupMain.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupTest.java index 314d7df05..252227db3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStartupTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithCancelSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithCancelSelfTest.java index a79f149b4..1ed8ee485 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithCancelSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithCancelSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithWaitSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithWaitSelfTest.java index 82ad39906..b01276912 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithWaitSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridStopWithWaitSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskCancelSingleNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskCancelSingleNodeSelfTest.java index 037e61118..03ad24751 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskCancelSingleNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskCancelSingleNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskContinuousMapperSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskContinuousMapperSelfTest.java index b8526c4ca..6ea1a6610 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskContinuousMapperSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskContinuousMapperSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionContextSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionContextSelfTest.java index bf0b576d9..f0a11844c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionContextSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionContextSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionSelfTest.java index ab0998a56..9f9b53a58 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskExecutionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverAffinityRunTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverAffinityRunTest.java index 453a5ecd0..005ffbe85 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverAffinityRunTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverAffinityRunTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverSelfTest.java index e0ae34823..8a9251c37 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFutureImplStopGridSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFutureImplStopGridSelfTest.java index ded29e919..3ad8c3f74 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFutureImplStopGridSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskFutureImplStopGridSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstanceExecutionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstanceExecutionSelfTest.java index f55f41af6..0baaa98da 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstanceExecutionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstanceExecutionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstantiationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstantiationSelfTest.java index 63da38870..d8275a3ae 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstantiationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskInstantiationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskJobRejectSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskJobRejectSelfTest.java index 4211bb67f..374ad84f2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskJobRejectSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskJobRejectSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskListenerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskListenerSelfTest.java index bc5439251..dc5969073 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskListenerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskListenerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskMapAsyncSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskMapAsyncSelfTest.java index 5fdbecb1b..b7443e594 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskMapAsyncSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskMapAsyncSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskNameAnnotationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskNameAnnotationSelfTest.java index d671e7d17..66ca9bdbc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskNameAnnotationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskNameAnnotationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskResultCacheSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskResultCacheSelfTest.java index 02778bf12..6bd99330e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskResultCacheSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskResultCacheSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskTimeoutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskTimeoutSelfTest.java index d1cf70b1a..55bd4d535 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskTimeoutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTaskTimeoutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTimeServerConfigurationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTimeServerConfigurationSelfTest.java index 38afd0416..f0f9d07d5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTimeServerConfigurationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTimeServerConfigurationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopicExternalizableSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopicExternalizableSelfTest.java index 4e5df04bf..b12caa4c8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopicExternalizableSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopicExternalizableSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopologyBuildVersionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopologyBuildVersionSelfTest.java index 375558f95..693107941 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopologyBuildVersionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridTopologyBuildVersionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridUpdateNotifierSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridUpdateNotifierSelfTest.java index 691aa4b27..f5d767a7a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridUpdateNotifierSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridUpdateNotifierSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridUtilityCacheServiceExecutorConfigurationTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridUtilityCacheServiceExecutorConfigurationTest.java index f44cc44a3..f3483adcb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridUtilityCacheServiceExecutorConfigurationTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridUtilityCacheServiceExecutorConfigurationTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/GridVersionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/GridVersionSelfTest.java index be1c654cd..2a8606c80 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/GridVersionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/GridVersionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridManagerStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridManagerStopSelfTest.java index 33e359856..952d0fc77 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridManagerStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridManagerStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridNoopManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridNoopManagerSelfTest.java index 3cef4530b..ed711749c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridNoopManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/GridNoopManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerAbstractSelfTest.java index 88de4c719..c3b67a5f8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerSelfTest.java index 3fe1dfc84..d938e2a47 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointTaskSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointTaskSelfTest.java index af7b136cc..15d066120 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointTaskSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/checkpoint/GridCheckpointTaskSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationManagerListenersSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationManagerListenersSelfTest.java index 204dd96d3..40bbcd753 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationManagerListenersSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationManagerListenersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationSendMessageSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationSendMessageSelfTest.java index 19a161c45..0aa1ecdbe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationSendMessageSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridCommunicationSendMessageSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridIoManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridIoManagerSelfTest.java index 4f9d4a632..9bf733587 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridIoManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/communication/GridIoManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManagerStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManagerStopSelfTest.java index cc3bfc059..b36d499b4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManagerStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentManagerStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMessageCountSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMessageCountSelfTest.java index 5fe4e052f..611f70da6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMessageCountSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridDeploymentMessageCountSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridTestDeployment.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridTestDeployment.java index 0946f630c..e2d592305 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridTestDeployment.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/deployment/GridTestDeployment.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAliveCacheSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAliveCacheSelfTest.java index d9c6c89d7..aaff14d50 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAliveCacheSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAliveCacheSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAttributesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAttributesSelfTest.java index d00268d43..93f5cc2cd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAttributesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerAttributesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerSelfTest.java index 689ec8f40..96c2fc183 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/discovery/GridDiscoveryManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/events/GridEventStorageManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/events/GridEventStorageManagerSelfTest.java index d60efebfe..efef46afc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/events/GridEventStorageManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/events/GridEventStorageManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceCustomLocalValue.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceCustomLocalValue.java index 2f0ae7677..a1d03a4e4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceCustomLocalValue.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceCustomLocalValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManagerSelfTest.java index f3f633f2d..72d5de00d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/managers/swapspace/GridSwapSpaceManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorAbstractSelfTest.java index f3e35988f..bbca20567 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorConsistentHashSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorConsistentHashSelfTest.java index 585db948c..565795a16 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorConsistentHashSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorConsistentHashSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorRendezvousSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorRendezvousSelfTest.java index 3f90948d0..5aba8091e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorRendezvousSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/affinity/GridAffinityProcessorRendezvousSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/ClientAffinityAssignmentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/ClientAffinityAssignmentSelfTest.java index 8ff176ac7..da065077f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/ClientAffinityAssignmentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/ClientAffinityAssignmentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractByteArrayValuesSelfTest.java index 5e4e1f8cc..839c0d76c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFailoverSelfTest.java index 3badaf311..08350ac90 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiMultithreadedSelfTest.java index 25d8aee82..bf0a3a0ef 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiSelfTest.java index 1efc4fad1..ce9a50da6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractIteratorsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractIteratorsSelfTest.java index 4eae53723..7eee7d07d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractIteratorsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractIteratorsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractMetricsSelfTest.java index a653f88fc..57ed0c3ec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractProjectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractProjectionSelfTest.java index 2b0d1ce56..07e19d9ef 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractProjectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractProjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractRemoveFailureTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractRemoveFailureTest.java index 46c67b896..67a2f0e86 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractRemoveFailureTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractRemoveFailureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractSelfTest.java index b81a2bc6f..e8ae2f51a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractStopBusySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractStopBusySelfTest.java index a317f06c7..7244f1e6b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractStopBusySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractStopBusySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTtlSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTtlSelfTest.java index 812db1ff3..d83f49fcc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTtlSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTtlSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTxReadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTxReadTest.java index 4aebb42bc..a6b528ef0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTxReadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAbstractTxReadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityApiSelfTest.java index 5679ce6d0..ec5152f5a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityMapperSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityMapperSelfTest.java index c845992f3..01a93c119 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityMapperSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityMapperSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityRoutingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityRoutingSelfTest.java index aa02028a5..27ff4f4ea 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityRoutingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAffinityRoutingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAlwaysEvictionPolicy.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAlwaysEvictionPolicy.java index 63b95e718..637e1daa4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAlwaysEvictionPolicy.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAlwaysEvictionPolicy.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAsyncOperationsLimitSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAsyncOperationsLimitSelfTest.java index 5cca886e5..3f6bb4a03 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAsyncOperationsLimitSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAsyncOperationsLimitSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicMessageCountSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicMessageCountSelfTest.java index 51e3e4e8c..766870aa7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicMessageCountSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicMessageCountSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicStopBusySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicStopBusySelfTest.java index bb50fd448..346f6fa87 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicStopBusySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheAtomicStopBusySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicApiAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicApiAbstractTest.java index be56123a7..412b1165f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicApiAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicApiAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreAbstractTest.java index e7509bc8e..0469c0e9f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreMultithreadedAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreMultithreadedAbstractTest.java index 05822c267..e653eff5e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreMultithreadedAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreMultithreadedAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreNoBatchAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreNoBatchAbstractTest.java index 7fb2b7869..e8bbc448d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreNoBatchAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheBasicStoreNoBatchAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllSelfTest.java index ce6b33bb9..ea020fc10 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheClearAllSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheColocatedTxStoreExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheColocatedTxStoreExceptionSelfTest.java index 836424745..b698286b4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheColocatedTxStoreExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheColocatedTxStoreExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapSelfTest.java index 0c2ee43e5..891b5f8d8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapTest.java index e49ee2103..a4e606c50 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentMapTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentTxMultiNodeTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentTxMultiNodeTest.java index 60e0fe747..271a8c9f9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentTxMultiNodeTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConcurrentTxMultiNodeTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationConsistencySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationConsistencySelfTest.java index b3ed2540b..13d3e7f05 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationConsistencySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationConsistencySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationValidationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationValidationSelfTest.java index 34284029a..81d34ccca 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationValidationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheConfigurationValidationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDaemonNodeAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDaemonNodeAbstractSelfTest.java index 0d6b1b742..bfee3f48a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDaemonNodeAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDaemonNodeAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentOffHeapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentOffHeapSelfTest.java index bc51d4ccd..2ca0a3ed2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentOffHeapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentOffHeapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentSelfTest.java index de3ed3e77..8a259c7d6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxNearDisabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxNearDisabledSelfTest.java index 0516093e0..d18653fda 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxNearDisabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxNearDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxSelfTest.java index 6a5840663..87a631aa6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerNonTxSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerReportLocksSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerReportLocksSelfTest.java index 1390ab739..75c96f1b5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerReportLocksSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerReportLocksSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTest.java index 4382d957b..4f5ca3988 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxOnDemandSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxOnDemandSelfTest.java index 83fc2832c..5cea3f212 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxOnDemandSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxOnDemandSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxSelfTest.java index 873a70852..bc1b8a393 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheDgcManagerTxSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryMemorySizeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryMemorySizeSelfTest.java index a31b6f095..f9f028e00 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryMemorySizeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryMemorySizeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryVersionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryVersionSelfTest.java index 5fe600722..c776d132d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryVersionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEntryVersionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEventAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEventAbstractTest.java index 3db95ba1a..16fa9b2ee 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEventAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheEvictionEventAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheExAbstractFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheExAbstractFullApiSelfTest.java index 498842570..92b000eb1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheExAbstractFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheExAbstractFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFieldsQueryNoDataSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFieldsQueryNoDataSelfTest.java index 06feefb8e..04f15f3ef 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFieldsQueryNoDataSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFieldsQueryNoDataSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFinishPartitionsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFinishPartitionsSelfTest.java index 4547f2bdb..568045ff8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFinishPartitionsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFinishPartitionsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFullTextQueryMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFullTextQueryMultithreadedSelfTest.java index f530f3a2b..0e5a650c9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFullTextQueryMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheFullTextQueryMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGenericTestStore.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGenericTestStore.java index da8d32bcc..2bd4282f5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGenericTestStore.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGenericTestStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGetAndTransformStoreAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGetAndTransformStoreAbstractTest.java index 444c9205f..89232aaa2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGetAndTransformStoreAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGetAndTransformStoreAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGlobalClearAllSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGlobalClearAllSelfTest.java index 50bbee1e8..fef670960 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGlobalClearAllSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGlobalClearAllSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockAbstractSelfTest.java index 9edf7995f..731555aa7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverOptimisticTxSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverOptimisticTxSelfTest.java index dd1c25687..2a87582af 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverOptimisticTxSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverOptimisticTxSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverSelfTest.java index d20b2873a..4a944ad92 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockMultiNodeAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockMultiNodeAbstractSelfTest.java index 159e21441..f391f3204 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockMultiNodeAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockMultiNodeAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockPutTask.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockPutTask.java index 92f816192..d5dc03152 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockPutTask.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheGroupLockPutTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIncrementTransformTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIncrementTransformTest.java index b7c3ab50f..16209f1da 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIncrementTransformTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIncrementTransformTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAbstractSelfTest.java index c70f5ab2c..1b1402d33 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicNearEnabledSelfTest.java index 6f4340ada..665bdf6e4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicPrimaryWriteOrderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicPrimaryWriteOrderSelfTest.java index bfa72242a..febfa1abf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicPrimaryWriteOrderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicPrimaryWriteOrderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedPrimaryWriteOrderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedPrimaryWriteOrderSelfTest.java index aea95add8..ef01f2509 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedPrimaryWriteOrderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedPrimaryWriteOrderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedSelfTest.java index c5124c3d8..4e9a7231c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicSelfTest.java index d25c742d3..0c2fbe086 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreReplicatedSelfTest.java index 073dbb454..9b35822ef 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreSelfTest.java index 0f3f990ea..806e8a05b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorAtomicWithStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicSelfTest.java index 3af1c1f6d..19523e49e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicWithStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicWithStoreSelfTest.java index 338b3f3b2..d2f659c37 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicWithStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalAtomicWithStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalSelfTest.java index d34687529..2aecac3d2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalWithStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalWithStoreSelfTest.java index 8f0d03837..8153a5a71 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalWithStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorLocalWithStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorNearEnabledSelfTest.java index 02bfa0231..60fedb04d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedSelfTest.java index 0e01fb174..beac0278b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedWithStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedWithStoreSelfTest.java index df9de5b2a..a2dd6304f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedWithStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorReplicatedWithStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTest.java index 1246fd01d..bfd6e5d31 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTestSuite.java index 68599c107..8d28737a4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorWithStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorWithStoreSelfTest.java index ff161b8a2..bce92e9db 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorWithStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheInterceptorWithStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIteratorPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIteratorPerformanceTest.java index 46ee99ba1..f755e4b92 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIteratorPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheIteratorPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckNearEnabledSelfTest.java index 8783cf235..cab75958e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckSelfTest.java index f11067ff7..5537c914f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheKeyCheckSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLeakTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLeakTest.java index d1df6476f..cf2f22f0d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLeakTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLeakTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLifecycleAwareSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLifecycleAwareSelfTest.java index 0a7b25f71..8afe8b929 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLifecycleAwareSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLifecycleAwareSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLocalTxStoreExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLocalTxStoreExceptionSelfTest.java index 6277dae27..e5e39712c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLocalTxStoreExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLocalTxStoreExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLuceneQueryIndexTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLuceneQueryIndexTest.java index eb156b613..6fdedff9a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLuceneQueryIndexTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheLuceneQueryIndexTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMarshallerTxAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMarshallerTxAbstractTest.java index df0bcc3aa..1963f45e1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMarshallerTxAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMarshallerTxAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMemoryModeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMemoryModeSelfTest.java index 81aacec5e..d85e919fe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMemoryModeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMemoryModeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMissingCommitVersionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMissingCommitVersionSelfTest.java index 3c9f2d21c..c95f2ed36 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMissingCommitVersionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMissingCommitVersionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMixedPartitionExchangeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMixedPartitionExchangeSelfTest.java index a83e4446d..7a0128234 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMixedPartitionExchangeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMixedPartitionExchangeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiUpdateLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiUpdateLockSelfTest.java index 0705730dd..cc9e724ab 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiUpdateLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultiUpdateLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAbstractSelfTest.java index 07cd5cdb6..88d775edd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicNearEnabledSelfTest.java index 39df7ace0..a991f0b7e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicSelfTest.java index 477b89e03..77a51526d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledNoBackupsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledNoBackupsSelfTest.java index 9bb612a53..3ec6e0660 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledNoBackupsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledNoBackupsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledSelfTest.java index 4bf9e92d7..7f19aa6fb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateSelfTest.java index 275b9414f..01646f7a7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMultinodeUpdateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFlagsTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFlagsTest.java index 7851ee95b..44e96100b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFlagsTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccFlagsTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManagerSelfTest.java index d0455bb6a..43a818d1a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccPartitionedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccPartitionedSelfTest.java index 807bb6c36..0da0a2ad4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccPartitionedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccPartitionedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccSelfTest.java index 298f0cca5..2b5f127b7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheMvccSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNearTxStoreExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNearTxStoreExceptionSelfTest.java index 9210f45e5..e326ed36c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNearTxStoreExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNearTxStoreExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNestedTxAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNestedTxAbstractTest.java index 7f88202a9..9d4a38d71 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNestedTxAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheNestedTxAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheObjectToStringSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheObjectToStringSelfTest.java index 8ae44bb4e..22e32062c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheObjectToStringSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheObjectToStringSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapAtomicMultiThreadedUpdateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapAtomicMultiThreadedUpdateSelfTest.java index 74376c78c..0bce2156d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapAtomicMultiThreadedUpdateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapAtomicMultiThreadedUpdateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest.java index e203bc114..bb73c7c3b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateSelfTest.java index 7e6099e5e..01bab997e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapMultiThreadedUpdateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapSelfTest.java index 192449c10..546e390a7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTest.java index 3d703d3f7..e03663be1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAbstractSelfTest.java index 662686439..c1b598be3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAtomicSelfTest.java index c27032a0d..b1598c66b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAbstractSelfTest.java index 9bcffd020..8228e7eba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAtomicSelfTest.java index c52a6f9a5..f92ce867c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionSelfTest.java index 643763f77..f713946ee 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredEvictionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredSelfTest.java index ff7200d02..358f84944 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapTieredSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapUpdateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapUpdateSelfTest.java index 779580f3d..65423d942 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapUpdateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOffHeapUpdateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOrderedPreloadingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOrderedPreloadingSelfTest.java index 8fd435aba..e72816339 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOrderedPreloadingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheOrderedPreloadingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheP2PUndeploySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheP2PUndeploySelfTest.java index de9e4c289..139e7ef94 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheP2PUndeploySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheP2PUndeploySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedAffinitySpreadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedAffinitySpreadTest.java index 99275e5ce..a7dd13ba5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedAffinitySpreadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedAffinitySpreadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedGetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedGetSelfTest.java index bd4dd9a8f..cfe85c5a8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedGetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedGetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedProjectionAffinitySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedProjectionAffinitySelfTest.java index f80988e52..7c1ab3a76 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedProjectionAffinitySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedProjectionAffinitySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedWritesTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedWritesTest.java index 538bed321..5f07a203e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedWritesTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePartitionedWritesTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloadingEvictionsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloadingEvictionsSelfTest.java index c9a2bd029..bfa3043a5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloadingEvictionsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePreloadingEvictionsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePutAllLargeBatchSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePutAllLargeBatchSelfTest.java index 261cb36b9..c4845ab8d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePutAllLargeBatchSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCachePutAllLargeBatchSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryEmbeddedValue.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryEmbeddedValue.java index 9c8d2a10c..37d442253 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryEmbeddedValue.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryEmbeddedValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexSelfTest.java index 53446e32a..f99162552 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexingDisabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexingDisabledSelfTest.java index 7387c0648..07f962199 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexingDisabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryIndexingDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryInternalKeysSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryInternalKeysSelfTest.java index 1a13b634a..bcdf4947f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryInternalKeysSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheQueryInternalKeysSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReferenceCleanupSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReferenceCleanupSelfTest.java index c68f0f685..43834d519 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReferenceCleanupSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReferenceCleanupSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheRefreshAheadAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheRefreshAheadAbstractSelfTest.java index 1eac788a0..2bd348eba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheRefreshAheadAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheRefreshAheadAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedSynchronousCommitTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedSynchronousCommitTest.java index 60ef210ca..c948c6bf3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedSynchronousCommitTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedSynchronousCommitTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedTxStoreExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedTxStoreExceptionSelfTest.java index 79eeaf231..ddcd55a22 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedTxStoreExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReplicatedTxStoreExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturnValueTransferSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturnValueTransferSelfTest.java index 0e7634b9a..c8e2a4c6a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturnValueTransferSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheReturnValueTransferSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSlowTxWarnTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSlowTxWarnTest.java index daaaeb17a..92dc0cb7a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSlowTxWarnTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSlowTxWarnTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStopSelfTest.java index 93b473a59..feb723ddd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStorePutxSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStorePutxSelfTest.java index 931cc972e..f01db954b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStorePutxSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStorePutxSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreValueBytesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreValueBytesSelfTest.java index a39eef495..fa589dfde 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreValueBytesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheStoreValueBytesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapPreloadSelfTest.java index 00471d6eb..093dd749a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapReloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapReloadSelfTest.java index ea6846bfd..a304a6822 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapReloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheSwapReloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestEntryEx.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestEntryEx.java index ce7cfbd25..72b5cf265 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestEntryEx.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestEntryEx.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestKey.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestKey.java index 2f64fb34b..c596abb76 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestKey.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestStore.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestStore.java index a1c5244b2..09e1094e8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestStore.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue.java index a07d8daeb..ad6068149 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue2.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue2.java index d19032d49..97782e052 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue2.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTestValue2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalAbstractMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalAbstractMetricsSelfTest.java index 15ac3f4af..00aa63e17 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalAbstractMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalAbstractMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalStopBusySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalStopBusySelfTest.java index ec254bb80..7b26efc85 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalStopBusySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTransactionalStopBusySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerLoadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerLoadTest.java index 8a629298b..61d79464f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerSelfTest.java index 0f94b40b8..c59628e8d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTtlManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAbstractTest.java index 5b3f79094..97e0c5eb2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxConcurrentGetAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxConcurrentGetAbstractTest.java index 19814cf73..d173277d0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxConcurrentGetAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxConcurrentGetAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxExceptionAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxExceptionAbstractSelfTest.java index f9dc706d6..a644834d0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxExceptionAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxExceptionAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiNodeAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiNodeAbstractTest.java index 52c8fba5b..5b43f9aba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiNodeAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiNodeAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiThreadedAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiThreadedAbstractTest.java index ce624ba51..371d29727 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiThreadedAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxMultiThreadedAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxReentryAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxReentryAbstractSelfTest.java index b086fd4e7..aba97d788 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxReentryAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxReentryAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxSingleThreadedAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxSingleThreadedAbstractTest.java index 7e3d5a34f..aef6492f0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxSingleThreadedAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxSingleThreadedAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxStoreExceptionAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxStoreExceptionAbstractSelfTest.java index 364d3b85c..e40c12648 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxStoreExceptionAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheTxStoreExceptionAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilsSelfTest.java index 5625f0edb..1b0fc4e35 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheUtilsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytesPreloadingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytesPreloadingSelfTest.java index 29bec875c..a1ab8fd29 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytesPreloadingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueBytesPreloadingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyAbstractSelfTest.java index 5537210fe..13118fd0c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalNearEnabledSelfTest.java index 4712e186e..feb0f8bfb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalSelfTest.java index 725b41608..edacd9d7f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheValueConsistencyTransactionalSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVariableTopologySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVariableTopologySelfTest.java index bb2fb5716..6a22c1812 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVariableTopologySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVariableTopologySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionMultinodeTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionMultinodeTest.java index 86e559072..22e6feaba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionMultinodeTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionMultinodeTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionSelfTest.java index fcaa3b3c6..f22d1d3b3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheVersionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractSelfTest.java index d17d269b1..1b7dc3f6f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractTest.java index c2200e64a..68741f532 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreLocalTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreLocalTest.java index 15b583653..0f66dc545 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreLocalTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreLocalTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreMultithreadedSelfTest.java index 123c91d90..df73bd288 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedMultiNodeSelfTest.java index 552e5e883..f2dc0591c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedTest.java index 4f9109c41..0dc99f4d2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStorePartitionedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreReplicatedTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreReplicatedTest.java index 1e8eececb..39f019858 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreReplicatedTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreReplicatedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreSelfTest.java index 4397b4694..adc4a6c21 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/GridCacheWriteBehindStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java index 4aee319d3..baf8bb390 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractDataStructuresFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractQueueFailoverDataConsistencySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractQueueFailoverDataConsistencySelfTest.java index 439b6ba5d..e133482b5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractQueueFailoverDataConsistencySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAbstractQueueFailoverDataConsistencySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongApiSelfTest.java index 2cbdec8a6..2d3c64a72 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicLongApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceApiSelfAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceApiSelfAbstractTest.java index 8eba62055..ef77c33ea 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceApiSelfAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceApiSelfAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceMultiNodeAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceMultiNodeAbstractTest.java index 104cff099..18ea66cff 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceMultiNodeAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicReferenceMultiNodeAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedApiSelfAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedApiSelfAbstractTest.java index 4b355049d..9807a8927 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedApiSelfAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheAtomicStampedApiSelfAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchSelfTest.java index a597f009e..c5b4ea334 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheCountDownLatchSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheMultiNodeDataStructureTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheMultiNodeDataStructureTest.java index eec76d184..83b5cbf61 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheMultiNodeDataStructureTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheMultiNodeDataStructureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueApiSelfAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueApiSelfAbstractTest.java index 66261f246..3fcc418d2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueApiSelfAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueApiSelfAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueCleanupSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueCleanupSelfTest.java index 0768c52ca..eacc59631 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueCleanupSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueCleanupSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueJoinedNodeSelfAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueJoinedNodeSelfAbstractTest.java index 9b8b4f0b6..23906d736 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueJoinedNodeSelfAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueJoinedNodeSelfAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeAbstractSelfTest.java index a157bb154..05fc798fa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeConsistencySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeConsistencySelfTest.java index 7356bd24a..421926759 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeConsistencySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueMultiNodeConsistencySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueRotativeMultiNodeAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueRotativeMultiNodeAbstractTest.java index b6c46ca26..337636a90 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueRotativeMultiNodeAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheQueueRotativeMultiNodeAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceApiSelfAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceApiSelfAbstractTest.java index d5c682d19..942acb687 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceApiSelfAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceApiSelfAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceMultiNodeAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceMultiNodeAbstractSelfTest.java index f3848ee72..32ef23da0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceMultiNodeAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSequenceMultiNodeAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetAbstractSelfTest.java index df159b854..61c0086a2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetFailoverAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetFailoverAbstractSelfTest.java index 559214d2f..8b9182b59 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetFailoverAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/GridCacheSetFailoverAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicQueueApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicQueueApiSelfTest.java index 29da450e0..d11ac0abd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicQueueApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicQueueApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicSetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicSetSelfTest.java index ed47a078d..607938a36 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicSetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalAtomicSetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalQueueApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalQueueApiSelfTest.java index b301f8f5f..ff930451d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalQueueApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalQueueApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSequenceApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSequenceApiSelfTest.java index 3e1e73913..f0da02e9f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSequenceApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSequenceApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSetSelfTest.java index eed72a2af..c8448fd1d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/local/GridCacheLocalSetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueApiSelfTest.java index 5e90c4145..8b9a8f4c5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java index 40b6c0c2c..262e09ea6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueCreateMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueFailoverDataConsistencySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueFailoverDataConsistencySelfTest.java index 05cf0fc38..2d307061f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueFailoverDataConsistencySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueFailoverDataConsistencySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueMultiNodeSelfTest.java index b62006139..75d2feae1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueRotativeMultiNodeTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueRotativeMultiNodeTest.java index 36c774f19..c973239c7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueRotativeMultiNodeTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicQueueRotativeMultiNodeTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceApiSelfTest.java index 0c75e7dae..eb21f6ef3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceMultiNodeTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceMultiNodeTest.java index 36da83481..3b054d82c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceMultiNodeTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicReferenceMultiNodeTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSequenceMultiThreadedTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSequenceMultiThreadedTest.java index 78404df60..782563c16 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSequenceMultiThreadedTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSequenceMultiThreadedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetFailoverSelfTest.java index 55c750696..ae70afa22 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetSelfTest.java index cfa3e0a5e..1a341ff7b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicSetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicStampedApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicStampedApiSelfTest.java index 3f2130a53..4718839bf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicStampedApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedAtomicStampedApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedDataStructuresFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedDataStructuresFailoverSelfTest.java index 9ab04e08e..460db08e4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedDataStructuresFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedDataStructuresFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartSelfTest.java index 1d07504b4..9b0158870 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartTxSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartTxSelfTest.java index f7b8af1fd..9859538fe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartTxSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedNodeRestartTxSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueApiSelfTest.java index 01c9d54b4..fe0523065 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java index b1d3260ea..f330f16bc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueCreateMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueEntryMoveSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueEntryMoveSelfTest.java index 5d30214a7..b28159691 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueEntryMoveSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueEntryMoveSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueFailoverDataConsistencySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueFailoverDataConsistencySelfTest.java index ee8bef484..2ab36c13d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueFailoverDataConsistencySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueFailoverDataConsistencySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueJoinedNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueJoinedNodeSelfTest.java index 69175c9c3..469ed9ece 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueJoinedNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueJoinedNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueMultiNodeSelfTest.java index 46b36cbe4..e1308e640 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueRotativeMultiNodeTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueRotativeMultiNodeTest.java index 138c0ecf9..e501e2d88 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueRotativeMultiNodeTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedQueueRotativeMultiNodeTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceApiSelfTest.java index 008db17ec..e874b3d19 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceMultiNodeSelfTest.java index 9717686d9..b76b07727 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSequenceMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetFailoverSelfTest.java index 6d89d894d..e0e0d9ea3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetSelfTest.java index 3c8beec47..922e3a27b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/partitioned/GridCachePartitionedSetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceApiSelfTest.java index b2f9f8896..07a2c9d46 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceMultiNodeTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceMultiNodeTest.java index aff23e2d6..821135a4d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceMultiNodeTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicReferenceMultiNodeTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicStampedApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicStampedApiSelfTest.java index 78ee5b725..bf0938d1a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicStampedApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedAtomicStampedApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedDataStructuresFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedDataStructuresFailoverSelfTest.java index 772680ea6..fca2b9ea4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedDataStructuresFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedDataStructuresFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueApiSelfTest.java index 3253711d5..705ef19df 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueMultiNodeSelfTest.java index f8ccebf9c..46a7fb91b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueRotativeMultiNodeTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueRotativeMultiNodeTest.java index a63bc9366..675b5c8db 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueRotativeMultiNodeTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedQueueRotativeMultiNodeTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceApiSelfTest.java index 9fca7ced3..de322ecb6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceMultiNodeSelfTest.java index d11c0280c..50266d8b9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSequenceMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSetSelfTest.java index c407f8581..a89099f8f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/datastructures/replicated/GridCacheReplicatedSetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractDistributedByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractDistributedByteArrayValuesSelfTest.java index ceb9d2f66..654d3f2e8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractDistributedByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractDistributedByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractJobExecutionTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractJobExecutionTest.java index 452f4cb09..964bb35c0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractJobExecutionTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractJobExecutionTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractNodeRestartSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractNodeRestartSelfTest.java index 31419d86c..3cc790238 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractNodeRestartSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractNodeRestartSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPartitionedByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPartitionedByteArrayValuesSelfTest.java index c7b860f2f..191f93bfb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPartitionedByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPartitionedByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPrimarySyncSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPrimarySyncSelfTest.java index e0b7f7ae9..ef5509849 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPrimarySyncSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAbstractPrimarySyncSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAtomicTimeoutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAtomicTimeoutSelfTest.java index 8b3af74ab..cfbff04b1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAtomicTimeoutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheAtomicTimeoutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheBasicOpAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheBasicOpAbstractTest.java index 9609f8316..279b87d38 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheBasicOpAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheBasicOpAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheClientModesAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheClientModesAbstractSelfTest.java index e28b0a62d..0bd8ec76e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheClientModesAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheClientModesAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheDataLostEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheDataLostEventSelfTest.java index c46b74ec9..08dfb06e0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheDataLostEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheDataLostEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetAbstractSelfTest.java index ca8b386e0..d39f38605 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetIterationPreloadingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetIterationPreloadingSelfTest.java index 795b19340..2e5545e6e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetIterationPreloadingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEntrySetIterationPreloadingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEventAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEventAbstractTest.java index dada96f2a..1b7254a4c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEventAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheEventAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheExpiredEntriesPreloadAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheExpiredEntriesPreloadAbstractSelfTest.java index db5b51e48..4d3cfe33a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheExpiredEntriesPreloadAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheExpiredEntriesPreloadAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheLockAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheLockAbstractTest.java index 1d96e9c8e..72a7a4de9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheLockAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheLockAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMixedModeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMixedModeSelfTest.java index 8297887a5..fcfd8b85a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMixedModeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMixedModeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheModuloAffinityFunction.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheModuloAffinityFunction.java index c28739b7f..c7bedcea6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheModuloAffinityFunction.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheModuloAffinityFunction.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeAbstractTest.java index 305870629..58a92ff1d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeLockAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeLockAbstractTest.java index 4225941fe..06027c47a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeLockAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultiNodeLockAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultithreadedFailoverAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultithreadedFailoverAbstractTest.java index eb311c3fe..eb10afd88 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultithreadedFailoverAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheMultithreadedFailoverAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheNodeFailureAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheNodeFailureAbstractTest.java index 13f664e6f..3c636b2a8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheNodeFailureAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheNodeFailureAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java index 58321a1b4..090f6a662 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedAffinityFilterSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedAffinityFilterSelfTest.java index d23d370cc..220af35a7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedAffinityFilterSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedAffinityFilterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedLockBackupUpdateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedLockBackupUpdateSelfTest.java index f199b151b..533fe5d77 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedLockBackupUpdateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedLockBackupUpdateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedReloadAllAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedReloadAllAbstractSelfTest.java index dd49b3095..9a5cf78a6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedReloadAllAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePartitionedReloadAllAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadEventsAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadEventsAbstractSelfTest.java index 2a67093e6..737caa177 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadEventsAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadEventsAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadLifecycleAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadLifecycleAbstractTest.java index 89404d12f..3f7b8c6a1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadLifecycleAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadLifecycleAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadRestartAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadRestartAbstractSelfTest.java index dda99a8b4..1c92dc1b5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadRestartAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCachePreloadRestartAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTransformEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTransformEventSelfTest.java index 921beeb5f..046d2eadc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTransformEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTransformEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxConsistencyRestartAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxConsistencyRestartAbstractSelfTest.java index af8e7959b..53e5533dc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxConsistencyRestartAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxConsistencyRestartAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxOriginatingNodeFailureAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxOriginatingNodeFailureAbstractSelfTest.java index bdbc0912b..e1e085789 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxOriginatingNodeFailureAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxOriginatingNodeFailureAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPessimisticOriginatingNodeFailureAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPessimisticOriginatingNodeFailureAbstractSelfTest.java index 1f16abda4..c63b84476 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPessimisticOriginatingNodeFailureAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPessimisticOriginatingNodeFailureAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPreloadAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPreloadAbstractTest.java index 67f5a25bf..4965a5f18 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPreloadAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxPreloadAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxTimeoutAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxTimeoutAbstractTest.java index e486f7d68..788a181c0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxTimeoutAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/GridCacheTxTimeoutAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractPartitionedOnlyByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractPartitionedOnlyByteArrayValuesSelfTest.java index e29afa08a..86a3bcff9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractPartitionedOnlyByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractPartitionedOnlyByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractTransformWriteThroughSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractTransformWriteThroughSelfTest.java index 60af33a3e..71e14abc1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractTransformWriteThroughSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAbstractTransformWriteThroughSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicExpiredEntriesPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicExpiredEntriesPreloadSelfTest.java index 1394e2ea1..f409e44ea 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicExpiredEntriesPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicExpiredEntriesPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicFullApiSelfTest.java index addedf3d1..7d5101b88 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearCacheSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearCacheSelfTest.java index 1b01b6e3a..932764255 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearCacheSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearCacheSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledFullApiSelfTest.java index 613b80ba9..06b67309c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledPrimaryWriteOrderFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledPrimaryWriteOrderFullApiSelfTest.java index cb15526ed..0f97c4bcc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledPrimaryWriteOrderFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicNearEnabledPrimaryWriteOrderFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderFullApiSelfTest.java index c51dd1163..28abf5562 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderReloadAllSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderReloadAllSelfTest.java index 0834acca0..e755d7486 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderReloadAllSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicPrimaryWriteOrderReloadAllSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicReloadAllSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicReloadAllSelfTest.java index 9b269e97a..544828330 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicReloadAllSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheAtomicReloadAllSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheClientOnlySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheClientOnlySelfTest.java index 8fabf8976..591457f12 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheClientOnlySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheClientOnlySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedDebugTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedDebugTest.java index 1a39932cd..2bf4b700b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedDebugTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedDebugTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedFailoverSelfTest.java index fcf38d405..fe82f3f69 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedOptimisticTransactionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedOptimisticTransactionSelfTest.java index c36e6a9a3..5932b0c86 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedOptimisticTransactionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedOptimisticTransactionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPreloadRestartSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPreloadRestartSelfTest.java index 23c23e081..0804813be 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPreloadRestartSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPreloadRestartSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPrimarySyncSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPrimarySyncSelfTest.java index 055a53d18..04ba0843b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPrimarySyncSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedPrimarySyncSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedRefreshAheadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedRefreshAheadSelfTest.java index f4156b73a..3d02b511a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedRefreshAheadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedRefreshAheadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedReloadAllSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedReloadAllSelfTest.java index d24d3b12d..c86f36544 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedReloadAllSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedReloadAllSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java index 7629566f3..d01f397b5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxPessimisticOriginatingNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxPessimisticOriginatingNodeFailureSelfTest.java index 94707fd8f..8ab711529 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxPessimisticOriginatingNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxPessimisticOriginatingNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxSingleThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxSingleThreadedSelfTest.java index 0fadbe7df..0ae06faf2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxSingleThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheColocatedTxSingleThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDaemonNodePartitionedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDaemonNodePartitionedSelfTest.java index 8ef0b6be5..6516615e8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDaemonNodePartitionedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDaemonNodePartitionedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicEvictionNearReadersSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicEvictionNearReadersSelfTest.java index 0ff27ea24..220ed6fe2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicEvictionNearReadersSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicEvictionNearReadersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicRemoveFailureTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicRemoveFailureTest.java index 5d1e740bf..a6360166b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicRemoveFailureTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtAtomicRemoveFailureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySelfTest.java index e0bd66d25..e03985330 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySetSelfTest.java index 2202e4939..521c8a48e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEntrySetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionNearReadersSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionNearReadersSelfTest.java index 1f37d2ec0..6d323cc2a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionNearReadersSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionNearReadersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionSelfTest.java index 29abde9be..a2d182b95 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionsDisabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionsDisabledSelfTest.java index 4d8d95365..7151f9580 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionsDisabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtEvictionsDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtExpiredEntriesPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtExpiredEntriesPreloadSelfTest.java index c5ed0779b..9d5707627 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtExpiredEntriesPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtExpiredEntriesPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtInternalEntrySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtInternalEntrySelfTest.java index 22963b8c8..4d0687e6a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtInternalEntrySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtInternalEntrySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMappingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMappingSelfTest.java index df6624adf..e30f73b9e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMappingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMappingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMultiBackupTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMultiBackupTest.java index 94615771f..ff2b885d3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMultiBackupTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtMultiBackupTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadBigDataSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadBigDataSelfTest.java index 1ef2b7626..99118d1aa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadBigDataSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadBigDataSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDelayedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDelayedSelfTest.java index 974bc0c7a..fc817fc8d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDelayedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDelayedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java index 3dac67d1b..6331cfeba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMessageCountTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMessageCountTest.java index b1f429b73..8eb955caa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMessageCountTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMessageCountTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMultiThreadedSelfTest.java index 1c01736db..c4d2f8c23 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadOffHeapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadOffHeapSelfTest.java index 5794cdd3d..251a9a5e8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadOffHeapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadOffHeapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadPutGetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadPutGetSelfTest.java index 5f43bf722..692594207 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadPutGetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadPutGetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadSelfTest.java index 31aeea15c..b3999a3ef 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadStartStopSelfTest.java index 65bf72469..05ec2254d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadUnloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadUnloadSelfTest.java index 0219ad4bc..62f292c67 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadUnloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtPreloadUnloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtRemoveFailureTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtRemoveFailureTest.java index d845f5cd9..9bdbcb034 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtRemoveFailureTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtRemoveFailureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTestUtils.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTestUtils.java index 6f720d36f..267d7ef43 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTestUtils.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTestUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTxPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTxPreloadSelfTest.java index 7052700f8..9a0d4d047 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTxPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheDhtTxPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheExColocatedFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheExColocatedFullApiSelfTest.java index 453473788..99f82d382 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheExColocatedFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheExColocatedFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockColocatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockColocatedSelfTest.java index f4e0afaf8..18b2c2a45 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockColocatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockColocatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockMultiNodeColocatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockMultiNodeColocatedSelfTest.java index 14b9854f1..1602aef45 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockMultiNodeColocatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockMultiNodeColocatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedAbstractSelfTest.java index 0a60cafc8..3c821a1aa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedMultiNodeAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedMultiNodeAbstractSelfTest.java index 215dc50c6..d3e127f53 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedMultiNodeAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheGroupLockPartitionedMultiNodeAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheLockFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheLockFailoverSelfTest.java index 473cf294a..4963c85a3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheLockFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheLockFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledFullApiSelfTest.java index 32fae159e..935c4b122 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMetricsSelfTest.java index 5b38b26ef..74c9e99a0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeFullApiSelfTest.java index 6be8d20f7..e50e54d09 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeP2PDisabledFullApiSelfTest.java index 8bb5171c7..8a82f6d37 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapFullApiSelfTest.java index 7e2eecaa6..9b736f840 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapMultiNodeFullApiSelfTest.java index 128b06d88..9768756c1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledOffHeapMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledTxOriginatingNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledTxOriginatingNodeFailureSelfTest.java index a470a4bef..b4501dae1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledTxOriginatingNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedNearDisabledTxOriginatingNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PDisabledByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PDisabledByteArrayValuesSelfTest.java index 7f2e55387..a166fcc29 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PDisabledByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PDisabledByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PEnabledByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PEnabledByteArrayValuesSelfTest.java index ca2d439d1..da42de7cd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PEnabledByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyP2PEnabledByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyProjectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyProjectionSelfTest.java index 41f474577..4c4a84521 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyProjectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedOnlyProjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedPreloadEventsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedPreloadEventsSelfTest.java index 08d254b55..2951636a0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedPreloadEventsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedPreloadEventsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedRefreshAheadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedRefreshAheadSelfTest.java index 790bc47ec..4f6eb0d62 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedRefreshAheadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedRefreshAheadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTopologyChangeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTopologyChangeSelfTest.java index f8679645e..e91e8c88d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTopologyChangeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTopologyChangeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughBatchUpdateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughBatchUpdateSelfTest.java index e2cfc4db7..79f3c8992 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughBatchUpdateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughBatchUpdateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughSingleUpdateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughSingleUpdateSelfTest.java index 0e431bf6c..32e502e58 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughSingleUpdateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTransformWriteThroughSingleUpdateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTxOriginatingNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTxOriginatingNodeFailureSelfTest.java index 04b59432b..b6d88fb3d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTxOriginatingNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedTxOriginatingNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedUnloadEventsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedUnloadEventsSelfTest.java index 60e7e633f..4db091447 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedUnloadEventsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCachePartitionedUnloadEventsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxConsistencyColocatedRestartSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxConsistencyColocatedRestartSelfTest.java index b74cfc923..7e72ce90b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxConsistencyColocatedRestartSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxConsistencyColocatedRestartSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxReentryColocatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxReentryColocatedSelfTest.java index 21b1d0324..cb97a8b81 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxReentryColocatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/GridCacheTxReentryColocatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java index f94e1330e..5b1fadc66 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheAtomicInvalidPartitionHandlingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicNearEnabledSelfTest.java index 6bed7c60e..7a896df86 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicPrimaryWriteOrderNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicPrimaryWriteOrderNearEnabledSelfTest.java index 6e38b58b1..711d601cf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicPrimaryWriteOrderNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicPrimaryWriteOrderNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicSelfTest.java index e68f0f656..530c173f1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridCacheValueConsistencyAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAbstractNearPartitionedByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAbstractNearPartitionedByteArrayValuesSelfTest.java index f32ec604f..0988eeb5f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAbstractNearPartitionedByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAbstractNearPartitionedByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAffinityFunctionExcludeNeighborsAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAffinityFunctionExcludeNeighborsAbstractSelfTest.java index 28bb6779d..3645e0723 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAffinityFunctionExcludeNeighborsAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAffinityFunctionExcludeNeighborsAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest.java index 781a79a1e..c76f02083 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeP2PDisabledFullApiSelfTest.java index e2a9dbcd6..326f2755f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicClientOnlyMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeFullApiSelfTest.java index 5ca832c3d..5076c901a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java index 0db4cc977..99520159d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java index 082710226..cd58a416f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledPrimaryWriteOrderMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledPrimaryWriteOrderMultiNodeFullApiSelfTest.java index bfc68b98e..5e38ec52e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledPrimaryWriteOrderMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEnabledPrimaryWriteOrderMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionEventSelfTest.java index c1d0e4b8c..54c7907a3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionSelfTest.java index 05a706784..75aa4c1ea 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearEvictionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearMultiNodeSelfTest.java index 73f408fd9..801efa884 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeFullApiSelfTest.java index cb9ba9021..08f5db47e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java index e0a0a1e2b..41cb510a1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlySelfTest.java index a289e7185..a953f6921 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearOnlySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearReadersSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearReadersSelfTest.java index 2eb2bbf06..9fe181965 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearReadersSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearReadersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearRemoveFailureTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearRemoveFailureTest.java index 8d60ea904..6d4a4efdd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearRemoveFailureTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicNearRemoveFailureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapFullApiSelfTest.java index 4e7ab571b..d80d6c690 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapMultiNodeFullApiSelfTest.java index 7dfc264da..c91d30b79 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicOffHeapMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPartitionedMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPartitionedMetricsSelfTest.java index 65dc6b39d..2f6f5ffcf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPartitionedMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPartitionedMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java index c0248baed..a56f78f22 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeP2PDisabledFullApiSelfTest.java index ab1ba52cd..546ef691a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderNearRemoveFailureTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderNearRemoveFailureTest.java index 471f467f7..eae4b8a75 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderNearRemoveFailureTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderNearRemoveFailureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderOffHeapFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderOffHeapFullApiSelfTest.java index 1a91af7e9..dc89940d1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderOffHeapFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWriteOrderOffHeapFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWrityOrderOffHeapMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWrityOrderOffHeapMultiNodeFullApiSelfTest.java index f2c813ea3..a45273551 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWrityOrderOffHeapMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheAtomicPrimaryWrityOrderOffHeapMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheConsistentHashAffinityFunctionExcludeNeighborsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheConsistentHashAffinityFunctionExcludeNeighborsSelfTest.java index 4ad49eb30..916baca46 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheConsistentHashAffinityFunctionExcludeNeighborsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheConsistentHashAffinityFunctionExcludeNeighborsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheExNearFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheExNearFullApiSelfTest.java index 21f6e589f..e3c39ea87 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheExNearFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheExNearFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGetStoreErrorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGetStoreErrorSelfTest.java index 96a418b65..0c3fd703a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGetStoreErrorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGetStoreErrorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockMultiNodeNearSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockMultiNodeNearSelfTest.java index e0ca55262..bf1ae1bf2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockMultiNodeNearSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockMultiNodeNearSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockNearSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockNearSelfTest.java index ef6f5f8a8..e37d49793 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockNearSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheGroupLockNearSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionEventSelfTest.java index a81d39778..261936aa4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionSelfTest.java index d762d905c..f955bff1e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearEvictionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearExpiredEntriesPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearExpiredEntriesPreloadSelfTest.java index b3f723748..a17cf4cf1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearExpiredEntriesPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearExpiredEntriesPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearJobExecutionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearJobExecutionSelfTest.java index 3821e1704..991e028b1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearJobExecutionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearJobExecutionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMetricsSelfTest.java index 5f5b303ad..b051d3592 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiGetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiGetSelfTest.java index 5324e8adc..9175a3432 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiGetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiGetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiNodeSelfTest.java index 1684f0067..f9f752c3d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOneNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOneNodeSelfTest.java index fc4c5d0c0..dc70bd620 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOneNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOneNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeFullApiSelfTest.java index 05e7baee3..d8f6c2645 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java index ef50285a1..7139bf0b8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlySelfTest.java index 1929b9db0..33ca15855 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyTopologySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyTopologySelfTest.java index a3c15538b..390fdec99 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyTopologySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearOnlyTopologySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedClearSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedClearSelfTest.java index f0dd42f44..d5f131ec5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedClearSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedClearSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PDisabledByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PDisabledByteArrayValuesSelfTest.java index 911ce2b4a..40231c9b2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PDisabledByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PDisabledByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PEnabledByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PEnabledByteArrayValuesSelfTest.java index 3576349cf..1a7332619 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PEnabledByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPartitionedP2PEnabledByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPreloadRestartSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPreloadRestartSelfTest.java index 749d6fca1..0306ed014 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPreloadRestartSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPreloadRestartSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPrimarySyncSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPrimarySyncSelfTest.java index 2482b9cc2..e27639771 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPrimarySyncSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearPrimarySyncSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReaderPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReaderPreloadSelfTest.java index 6d8323f34..4a839c174 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReaderPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReaderPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReadersSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReadersSelfTest.java index 638d23bf5..2019b4e4b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReadersSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReadersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReloadAllSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReloadAllSelfTest.java index ac0353855..fff1f56bb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReloadAllSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearReloadAllSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearRemoveFailureTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearRemoveFailureTest.java index a39f01372..8fa694bd9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearRemoveFailureTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearRemoveFailureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java index e15b9e6f3..d8bfd304e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxMultiNodeSelfTest.java index d8a483a82..e6ec7506e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPessimisticOriginatingNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPessimisticOriginatingNodeFailureSelfTest.java index 195c683d8..b872ca91f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPessimisticOriginatingNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPessimisticOriginatingNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPreloadSelfTest.java index 670c64a63..650dac3ba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxRollbackTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxRollbackTest.java index 991adfd19..b75ece665 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxRollbackTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheNearTxRollbackTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityExcludeNeighborsPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityExcludeNeighborsPerformanceTest.java index 5d87714af..f84c0cdca 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityExcludeNeighborsPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityExcludeNeighborsPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityHashIdResolverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityHashIdResolverSelfTest.java index 5a5c7c96c..0c825ebcd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityHashIdResolverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinityHashIdResolverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinitySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinitySelfTest.java index 29b898039..47354b82d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinitySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAffinitySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAtomicGetAndTransformStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAtomicGetAndTransformStoreSelfTest.java index 5d9297095..0fe9f2387 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAtomicGetAndTransformStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedAtomicGetAndTransformStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicApiTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicApiTest.java index 59a4eb64e..cb24a37bc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicApiTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicApiTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicOpSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicOpSelfTest.java index d9dc181f5..5c6d38ffa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicOpSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicOpSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreMultiNodeSelfTest.java index f84061047..059fc5b3b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreNoBatchSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreNoBatchSelfTest.java index 634bdc040..3d4e557d8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreNoBatchSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreNoBatchSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreSelfTest.java index f7d056db4..867db5516 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedBasicStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedClientOnlyNoPrimaryFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedClientOnlyNoPrimaryFullApiSelfTest.java index cda1b2b00..c123c438d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedClientOnlyNoPrimaryFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedClientOnlyNoPrimaryFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEntryLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEntryLockSelfTest.java index 187e9bd46..b8c586c80 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEntryLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEntryLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEventSelfTest.java index 495a7b42b..a9842ddba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEvictionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEvictionSelfTest.java index 589445faf..ae5c9b02b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEvictionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedEvictionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedExplicitLockNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedExplicitLockNodeFailureSelfTest.java index f2d369c54..4ec295eea 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedExplicitLockNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedExplicitLockNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFailoverSelfTest.java index fd97c820e..1abbca19e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFilteredPutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFilteredPutSelfTest.java index 9ca626bb2..e7bc9cb55 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFilteredPutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFilteredPutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiMultithreadedSelfTest.java index 8b724f55b..c949c4cc8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiSelfTest.java index e3c4e0ea2..dd2728350 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedGetAndTransformStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedGetAndTransformStoreSelfTest.java index 7e6d93115..653c4478d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedGetAndTransformStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedGetAndTransformStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedIteratorsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedIteratorsSelfTest.java index 239bc6cc3..34dac183d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedIteratorsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedIteratorsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLoadCacheSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLoadCacheSelfTest.java index 08df8f0ed..5c4b728ec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLoadCacheSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLoadCacheSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLockSelfTest.java index fb3f1560a..9f3465d86 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMetricsSelfTest.java index 51d55f94a..f70706609 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeCounterSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeCounterSelfTest.java index ce2fc1467..6ec77e6a5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeCounterSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeCounterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeFullApiSelfTest.java index 7b5e39d42..acb23a515 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeLockSelfTest.java index a45072214..7fccff337 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeP2PDisabledFullApiSelfTest.java index cf2084c5f..2e66a3887 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeSelfTest.java index 4bd1dbe8e..beea19c01 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiThreadedPutGetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiThreadedPutGetSelfTest.java index 71cc29806..5f151e146 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiThreadedPutGetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedMultiThreadedPutGetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearDisabledBasicStoreMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearDisabledBasicStoreMultiNodeSelfTest.java index 5f3cce0fe..865fbbf9e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearDisabledBasicStoreMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearDisabledBasicStoreMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearOnlyNoPrimaryFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearOnlyNoPrimaryFullApiSelfTest.java index 6f9152ca3..fafd6a22d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearOnlyNoPrimaryFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNearOnlyNoPrimaryFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNestedTxTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNestedTxTest.java index 5ad225b04..07a8dda9f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNestedTxTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNestedTxTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeFailureSelfTest.java index 2be192034..a079fa6f0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeRestartTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeRestartTest.java index fae3135bc..3ac6c362c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeRestartTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedNodeRestartTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapFullApiSelfTest.java index f9ad31fb4..bf4fee01a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapMultiNodeFullApiSelfTest.java index 3d455ca43..22711688c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOffHeapMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOptimisticTxNodeRestartTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOptimisticTxNodeRestartTest.java index 856ef8341..ff96427e2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOptimisticTxNodeRestartTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedOptimisticTxNodeRestartTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedPreloadLifecycleSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedPreloadLifecycleSelfTest.java index edd330451..931e8dc0b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedPreloadLifecycleSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedPreloadLifecycleSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedProjectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedProjectionSelfTest.java index 07a0070de..f80970fbf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedProjectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedProjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedQueryMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedQueryMultiThreadedSelfTest.java index 2eb6a6fbc..b69313024 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedQueryMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedQueryMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedStorePutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedStorePutSelfTest.java index fe92df393..e3312f96d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedStorePutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedStorePutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTtlSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTtlSelfTest.java index d74c04e5f..9600707bd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTtlSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTtlSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxConcurrentGetTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxConcurrentGetTest.java index d255d7378..42935642b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxConcurrentGetTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxConcurrentGetTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiNodeSelfTest.java index 0bee2dcae..31898e7a8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java index 652051c6e..8791ad7b6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxReadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxReadTest.java index 62b842936..04f354cd7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxReadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxReadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSalvageSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSalvageSelfTest.java index 7b83f6650..770b22665 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSalvageSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSalvageSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSingleThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSingleThreadedSelfTest.java index 4fab34ea9..7f204d2b4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSingleThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxSingleThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxTimeoutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxTimeoutSelfTest.java index 002aa5c43..127eb0e0f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxTimeoutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePartitionedTxTimeoutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePutArrayValueSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePutArrayValueSelfTest.java index 1785cb57e..8c2ed7fd6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePutArrayValueSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCachePutArrayValueSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityClientSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityClientSelfTest.java index f5a976320..aef7f9d82 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityClientSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityClientSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityFunctionExcludeNeighborsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityFunctionExcludeNeighborsSelfTest.java index 38f177f1f..6e55107c4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityFunctionExcludeNeighborsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheRendezvousAffinityFunctionExcludeNeighborsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheTxReentryNearSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheTxReentryNearSelfTest.java index 060a46e4c..cd7c50020 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheTxReentryNearSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridCacheTxReentryNearSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridPartitionedBackupLoadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridPartitionedBackupLoadSelfTest.java index 898bea0c5..d13719974 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridPartitionedBackupLoadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/near/GridPartitionedBackupLoadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAbstractReplicatedByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAbstractReplicatedByteArrayValuesSelfTest.java index 3b48004b6..90c0f868e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAbstractReplicatedByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAbstractReplicatedByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAtomicReplicatedMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAtomicReplicatedMetricsSelfTest.java index ceff110b3..993f967df 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAtomicReplicatedMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheAtomicReplicatedMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheDaemonNodeReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheDaemonNodeReplicatedSelfTest.java index 9a3b7d178..7d38b9028 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheDaemonNodeReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheDaemonNodeReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheExReplicatedFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheExReplicatedFullApiSelfTest.java index 0f213a8de..b88f7c033 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheExReplicatedFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheExReplicatedFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockMultiNodeReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockMultiNodeReplicatedSelfTest.java index 405cf6c14..41ed94630 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockMultiNodeReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockMultiNodeReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockReplicatedSelfTest.java index 55ee68f5c..cc65da192 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheGroupLockReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicFullApiSelfTest.java index 2d9d5f146..9f53bf83b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicGetAndTransformStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicGetAndTransformStoreSelfTest.java index e4b194315..68100472c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicGetAndTransformStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicGetAndTransformStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicMultiNodeFullApiSelfTest.java index 46a219af0..e78a5e724 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java index cd68bae53..183967337 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedAtomicPrimaryWriteOrderMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicApiTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicApiTest.java index 48e983fbe..eac9f867e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicApiTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicApiTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicOpSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicOpSelfTest.java index 0d70a94de..a9f4998ac 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicOpSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicOpSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreNoBatchSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreNoBatchSelfTest.java index 5697240aa..8567ea369 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreNoBatchSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreNoBatchSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreSelfTest.java index b6ed69f70..a136e560c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedBasicStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedClientOnlySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedClientOnlySelfTest.java index 37faf3d8a..20b0d3d5a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedClientOnlySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedClientOnlySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEntrySetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEntrySetSelfTest.java index 7602391ae..9cf97f2c6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEntrySetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEntrySetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEventSelfTest.java index dcbdc92d3..fe7cd60b1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionEventSelfTest.java index ae011e141..a86769b9b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionSelfTest.java index 6f15bd7d7..b44e9be08 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedEvictionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFailoverSelfTest.java index f8b0d182a..eb21f9ffd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest.java index 4f574b469..4a4f4c85c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest1.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest1.java index e11febe7c..b41189487 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest1.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiMultithreadedSelfTest1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiSelfTest.java index a1fbfffc2..eccab33c0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedGetAndTransformStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedGetAndTransformStoreSelfTest.java index 125eb9425..49d6ec8ed 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedGetAndTransformStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedGetAndTransformStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedInvalidateSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedInvalidateSelfTest.java index e6450f5a3..91ef476e2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedInvalidateSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedInvalidateSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedIteratorsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedIteratorsSelfTest.java index 3eba8967f..4c14ecdb7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedIteratorsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedIteratorsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedJobExecutionTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedJobExecutionTest.java index b6e2efa02..f3b1565bd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedJobExecutionTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedJobExecutionTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedLockSelfTest.java index 6105a1d82..8338a10d8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMarshallerTxTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMarshallerTxTest.java index 9af868fa6..70235dcd6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMarshallerTxTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMarshallerTxTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMetricsSelfTest.java index 88d6a0f11..b3051d89c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeFullApiSelfTest.java index 7681617be..b00a208b2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeLockSelfTest.java index b946232e7..066f4f845 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeP2PDisabledFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeP2PDisabledFullApiSelfTest.java index 2e6082884..8fc32bbd6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeP2PDisabledFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeP2PDisabledFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeSelfTest.java index 7899fb08e..4a2ce1922 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlyMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlyMultiNodeFullApiSelfTest.java index 15f4a6c3b..aa216f390 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlyMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlyMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlySelfTest.java index 1fc2c02d1..46122ad85 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNearOnlySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeFailureSelfTest.java index 1421a6baa..9674516c6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeRestartSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeRestartSelfTest.java index 7d351293c..5d35158c8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeRestartSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedNodeRestartSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapFullApiSelfTest.java index a77207f79..db871ff34 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapMultiNodeFullApiSelfTest.java index e30003097..e455e57f7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedOffHeapMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PDisabledByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PDisabledByteArrayValuesSelfTest.java index 3355b1893..11b9f63dd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PDisabledByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PDisabledByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PEnabledByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PEnabledByteArrayValuesSelfTest.java index 448362614..958ac9e56 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PEnabledByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedP2PEnabledByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedPreloadEventsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedPreloadEventsSelfTest.java index bd36db9d5..f872c08fb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedPreloadEventsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedPreloadEventsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedProjectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedProjectionSelfTest.java index 2a4ba5f1d..222b0e185 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedProjectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedProjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRefreshAheadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRefreshAheadSelfTest.java index 7b6e18fbf..9c6e92606 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRefreshAheadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRefreshAheadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRendezvousAffinityMultiNodeFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRendezvousAffinityMultiNodeFullApiSelfTest.java index 39b7c2498..b3636596c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRendezvousAffinityMultiNodeFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedRendezvousAffinityMultiNodeFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTtlSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTtlSelfTest.java index 1c71c4ab7..c6bc6db56 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTtlSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTtlSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxConcurrentGetTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxConcurrentGetTest.java index 10497df53..7740e48a8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxConcurrentGetTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxConcurrentGetTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxExceptionSelfTest.java index 4b98390ea..1eb4fc266 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiNodeBasicTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiNodeBasicTest.java index 2bb0cd8e7..bcc8ca6f8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiNodeBasicTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiNodeBasicTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiThreadedSelfTest.java index 80abebb60..63c09cca3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxOriginatingNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxOriginatingNodeFailureSelfTest.java index 1982ff29e..d07e28c65 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxOriginatingNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxOriginatingNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxPessimisticOriginatingNodeFailureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxPessimisticOriginatingNodeFailureSelfTest.java index 3f42a0581..0634dca35 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxPessimisticOriginatingNodeFailureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxPessimisticOriginatingNodeFailureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxReadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxReadTest.java index 5b62bbaf0..120ed4b51 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxReadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxReadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxSingleThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxSingleThreadedSelfTest.java index aead7f040..01b3c136b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxSingleThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxSingleThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxTimeoutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxTimeoutSelfTest.java index f94e2685d..9cbd7f871 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxTimeoutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedTxTimeoutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java index 2362780e6..e2911bc06 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheSyncReplicatedPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheSyncReplicatedPreloadSelfTest.java index 721415142..40e1d12bc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheSyncReplicatedPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridCacheSyncReplicatedPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridReplicatedTxPreloadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridReplicatedTxPreloadTest.java index 643714332..62119fc8c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridReplicatedTxPreloadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/GridReplicatedTxPreloadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadLifecycleSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadLifecycleSelfTest.java index 14990de20..001dbcea8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadLifecycleSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadLifecycleSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadOffHeapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadOffHeapSelfTest.java index 20d7b6412..0563d1d7c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadOffHeapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadOffHeapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadSelfTest.java index 453970486..50344cde1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadStartStopEventsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadStartStopEventsSelfTest.java index 0524f71c8..b551bb0b7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadStartStopEventsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadStartStopEventsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadUndeploysTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadUndeploysTest.java index 715429e2e..32071adc8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadUndeploysTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/distributed/replicated/preloader/GridCacheReplicatedPreloadUndeploysTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionConsistencySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionConsistencySelfTest.java index 7004ec7cd..668c7e0cf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionConsistencySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionConsistencySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionsSelfTest.java index 9b14def64..42c036b5c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheConcurrentEvictionsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheDistributedEvictionsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheDistributedEvictionsSelfTest.java index 65841edde..62c0ef940 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheDistributedEvictionsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheDistributedEvictionsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesAbstractSelfTest.java index 23d26eb2c..be05ea891 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesLocalSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesLocalSelfTest.java index 86bf266b3..296e73c6d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesLocalSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesLocalSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesPartitionedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesPartitionedSelfTest.java index 445d97e73..5298a9ec6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesPartitionedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEmptyEntriesPartitionedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionAbstractTest.java index d7a82c44c..6d016142b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java index aa80198d4..ed42435a1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionFilterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionLockUnlockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionLockUnlockSelfTest.java index 30df454c3..ab10e2528 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionLockUnlockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionLockUnlockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionTouchSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionTouchSelfTest.java index 000fcacac..2933507c9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionTouchSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheEvictionTouchSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheMockEntry.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheMockEntry.java index 8941d6f3a..dd10b1fa8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheMockEntry.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheMockEntry.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheSynchronousEvictionsFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheSynchronousEvictionsFailoverSelfTest.java index fcec3664b..7946ffb7b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheSynchronousEvictionsFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/GridCacheSynchronousEvictionsFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/fifo/GridCacheFifoEvictionPolicySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/fifo/GridCacheFifoEvictionPolicySelfTest.java index 530f2bd00..ef976861b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/fifo/GridCacheFifoEvictionPolicySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/fifo/GridCacheFifoEvictionPolicySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruEvictionPolicySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruEvictionPolicySelfTest.java index 1e2935d5a..b4dcff1d6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruEvictionPolicySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruEvictionPolicySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruNearEvictionPolicySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruNearEvictionPolicySelfTest.java index 9ce376a79..e848dffc3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruNearEvictionPolicySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheLruNearEvictionPolicySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheNearOnlyLruNearEvictionPolicySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheNearOnlyLruNearEvictionPolicySelfTest.java index e255d7341..b588cabda 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheNearOnlyLruNearEvictionPolicySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/lru/GridCacheNearOnlyLruNearEvictionPolicySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/random/GridCacheRandomEvictionPolicySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/random/GridCacheRandomEvictionPolicySelfTest.java index 06af28245..c3f728475 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/random/GridCacheRandomEvictionPolicySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/eviction/random/GridCacheRandomEvictionPolicySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsNoStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsNoStoreSelfTest.java index e5dede0db..7a6b78264 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsNoStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsNoStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsSelfTest.java index 7e421a604..661c086ae 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheAtomicLocalMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheDaemonNodeLocalSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheDaemonNodeLocalSelfTest.java index 79263d467..4a1e718bd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheDaemonNodeLocalSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheDaemonNodeLocalSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheExLocalFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheExLocalFullApiSelfTest.java index b0985cdc1..5f52448b1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheExLocalFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheExLocalFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreNoBatchSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreNoBatchSelfTest.java index f64db2aed..f4b5ac203 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreNoBatchSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreNoBatchSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreSelfTest.java index 9404fb9bb..e2ed25035 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicBasicStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicFullApiSelfTest.java index cad7cabe3..83badb805 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicGetAndTransformStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicGetAndTransformStoreSelfTest.java index 267737607..223925aa4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicGetAndTransformStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicGetAndTransformStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicOffHeapFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicOffHeapFullApiSelfTest.java index 0028acb9a..284282a26 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicOffHeapFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicOffHeapFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicProjectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicProjectionSelfTest.java index cc461ebaa..228a5046f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicProjectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalAtomicProjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicApiSelfTest.java index e0c8f803e..8a104a06e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreMultithreadedSelfTest.java index c057f4d69..f20d6079b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreNoBatchSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreNoBatchSelfTest.java index 6ec2d65d1..2e50381bb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreNoBatchSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreNoBatchSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreSelfTest.java index 86c037ce1..680dbc3b4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalBasicStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalByteArrayValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalByteArrayValuesSelfTest.java index 1e3accfde..851dc98db 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalByteArrayValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalByteArrayValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEventSelfTest.java index fbd358310..7b3191eb6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEvictionEventSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEvictionEventSelfTest.java index ba8a99e1c..830b94bfc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEvictionEventSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalEvictionEventSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiMultithreadedSelfTest.java index c0fe818b6..a279b269f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiSelfTest.java index 49e1fe56b..c661086c0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalGetAndTransformStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalGetAndTransformStoreSelfTest.java index fd75cf9f3..6f8f19203 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalGetAndTransformStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalGetAndTransformStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalIteratorsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalIteratorsSelfTest.java index 8acbd8aec..c5e33b2cd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalIteratorsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalIteratorsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLoadAllSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLoadAllSelfTest.java index 2a550e84f..8a03d237d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLoadAllSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLoadAllSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLockSelfTest.java index 94df02794..22993d5a8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMetricsSelfTest.java index cc1e372cc..3bd9b3112 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMultithreadedSelfTest.java index adaeef211..68cb92ba2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalOffHeapFullApiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalOffHeapFullApiSelfTest.java index 6e41118ee..4a90c8a89 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalOffHeapFullApiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalOffHeapFullApiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalProjectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalProjectionSelfTest.java index e9709e98c..e0a67917c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalProjectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalProjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalRefreshAheadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalRefreshAheadSelfTest.java index 9a58959b6..6fb897384 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalRefreshAheadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalRefreshAheadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTtlSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTtlSelfTest.java index 9c599c13a..c176c4cf1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTtlSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTtlSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxExceptionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxExceptionSelfTest.java index 64070c4cc..05628d2ca 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxExceptionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxExceptionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxMultiThreadedSelfTest.java index 64d59fcaf..60056a518 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxReadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxReadTest.java index 92596691a..977d53d80 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxReadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxReadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxSingleThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxSingleThreadedSelfTest.java index 84a55d968..6f4d454f7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxSingleThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxSingleThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxTimeoutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxTimeoutSelfTest.java index 207fda468..8c4d328ae 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxTimeoutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/local/GridCacheLocalTxTimeoutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQueryAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQueryAbstractSelfTest.java index 09c5cc5d6..f4e40d4c9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQueryAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQueryAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQuerySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQuerySelfTest.java index 7607af468..abaa68729 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQuerySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCacheSwapScanQuerySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCircularQueueTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCircularQueueTest.java index a7cef9634..fbc6edb35 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCircularQueueTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/GridCircularQueueTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAbstractSelfTest.java index 599fb9dc4..b556ea908 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicNearEnabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicNearEnabledSelfTest.java index 390f2b749..24a087492 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicNearEnabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicNearEnabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicP2PDisabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicP2PDisabledSelfTest.java index e82fc7457..a3c62b444 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicP2PDisabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicP2PDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicSelfTest.java index 93f64ce82..2834db326 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalAtomicSelfTest.java index 39ee05cf4..b297ae8ff 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalSelfTest.java index 154b089a8..29b77ac65 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryLocalSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedOnlySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedOnlySelfTest.java index 1fac1b9bd..bd2c80b3c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedOnlySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedOnlySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedP2PDisabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedP2PDisabledSelfTest.java index 80899376f..c0f282ea8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedP2PDisabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedP2PDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedSelfTest.java index 99481b922..c741a23e1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryPartitionedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedAtomicSelfTest.java index 04d7b8366..7bef5a974 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedP2PDisabledSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedP2PDisabledSelfTest.java index a6fbcb282..ed2be197b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedP2PDisabledSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedP2PDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedSelfTest.java index 76957bb85..4f9456e71 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/continuous/GridCacheContinuousQueryReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheAbstractReduceFieldsQuerySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheAbstractReduceFieldsQuerySelfTest.java index 83a961552..0db851c54 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheAbstractReduceFieldsQuerySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheAbstractReduceFieldsQuerySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryAtomicSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryAtomicSelfTest.java index 2d4ae6795..1420c2384 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryAtomicSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryAtomicSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryLocalSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryLocalSelfTest.java index 6948ceba7..b057bedec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryLocalSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryLocalSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryPartitionedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryPartitionedSelfTest.java index 224304885..952091b75 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryPartitionedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryPartitionedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryReplicatedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryReplicatedSelfTest.java index 58e0dd481..cdbda7174 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryReplicatedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/cache/query/reducefields/GridCacheReduceFieldsQueryReplicatedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/clock/GridTimeSyncProcessorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/clock/GridTimeSyncProcessorSelfTest.java index dbb0cb0ab..3cd804973 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/clock/GridTimeSyncProcessorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/clock/GridTimeSyncProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorRemoteTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorRemoteTest.java index 559216313..3c3f740a0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorRemoteTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorRemoteTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorSelfTest.java index 70042673f..ca76dfd79 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/closure/GridClosureProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridEventConsumeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridEventConsumeSelfTest.java index 17ffa6f80..25e359705 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridEventConsumeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridEventConsumeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridMessageListenSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridMessageListenSelfTest.java index f93e1a97b..f11a04871 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridMessageListenSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/continuous/GridMessageListenSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImplSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImplSelfTest.java index b022eb401..42c627ad1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImplSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderImplSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderPerformanceTest.java index c11a5fd6b..44baaac81 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessorSelfTest.java index d6fe69b9a..0141187a7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/dataload/GridDataLoaderProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridCacheGgfsPerBlockLruEvictionPolicySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridCacheGgfsPerBlockLruEvictionPolicySelfTest.java index ebb7e50d1..bfd3529eb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridCacheGgfsPerBlockLruEvictionPolicySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridCacheGgfsPerBlockLruEvictionPolicySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAbstractSelfTest.java index 5d1bc4cec..24193dfef 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributesSelfTest.java index 140331c94..4dcb925f1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsAttributesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCacheSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCacheSelfTest.java index 828f3b227..a81b17511 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCacheSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCacheSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommonAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommonAbstractTest.java index 4661efe52..461f6b877 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommonAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsCommonAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManagerSelfTest.java index 3acc3713b..2cbe301fc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDataManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAbstractSelfTest.java index 8415fd2a5..636fae6dd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAsyncSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAsyncSelfTest.java index 2aa2f3063..96127c1b0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAsyncSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualAsyncSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualSyncSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualSyncSelfTest.java index 83d5a14ae..612cbe702 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualSyncSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsDualSyncSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfoSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfoSelfTest.java index 11979e6a9..72535ea61 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfoSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileInfoSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMapSelfTest.java index c52acf9cb..b443eccbf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsFileMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsGroupDataBlockKeyMapperHashSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsGroupDataBlockKeyMapperHashSelfTest.java index bd1a4a285..3da2334e4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsGroupDataBlockKeyMapperHashSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsGroupDataBlockKeyMapperHashSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManagerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManagerSelfTest.java index 0b133aa75..faa036d79 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManagerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetaManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsSelfTest.java index b164d59e8..9520fd906 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsMetricsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolverSelfTest.java index e6c89103b..f162dbd98 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModeResolverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModesSelfTest.java index ad2a89b98..5aa2d0fcc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsModesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapTieredSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapTieredSelfTest.java index b42c2d91b..fc613d52f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapTieredSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapTieredSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapValuesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapValuesSelfTest.java index 44409755d..7cacd1959 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapValuesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimaryOffheapValuesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimarySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimarySelfTest.java index b0f3a6c4e..d8bca5ce0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimarySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsPrimarySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorSelfTest.java index 282f756b5..c32197c01 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorValidationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorValidationSelfTest.java index e95d02220..f5e4e9f46 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorValidationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsProcessorValidationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationAbstractSelfTest.java index 19912bb48..07f082264 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnLinuxAndMacSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnLinuxAndMacSelfTest.java index 2c585fd66..819c1f2f9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnLinuxAndMacSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnLinuxAndMacSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnWindowsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnWindowsSelfTest.java index 39d170b76..ed2cf909a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnWindowsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsServerManagerIpcEndpointRegistrationOnWindowsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSizeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSizeSelfTest.java index 618cdcbf9..8b30fffc8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSizeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsSizeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStreamsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStreamsSelfTest.java index ccb57bda9..3008aa581 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStreamsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsStreamsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskSelfTest.java index b9981b063..7531785e5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTaskSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTestInputStream.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTestInputStream.java index 1c080b1f6..a7ffc0bd3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTestInputStream.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/GridGgfsTestInputStream.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsAbstractRecordResolverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsAbstractRecordResolverSelfTest.java index 2e5e9153e..c125352e6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsAbstractRecordResolverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsAbstractRecordResolverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsByteDelimiterRecordResolverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsByteDelimiterRecordResolverSelfTest.java index a1875513f..6cc01ef07 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsByteDelimiterRecordResolverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsByteDelimiterRecordResolverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsFixedLengthRecordResolverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsFixedLengthRecordResolverSelfTest.java index 035e5ac80..f180e3a96 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsFixedLengthRecordResolverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsFixedLengthRecordResolverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsNewLineDelimiterRecordResolverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsNewLineDelimiterRecordResolverSelfTest.java index a2a2a9791..bdd518fa4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsNewLineDelimiterRecordResolverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsNewLineDelimiterRecordResolverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsStringDelimiterRecordResolverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsStringDelimiterRecordResolverSelfTest.java index c62fdda61..3ddab7d23 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsStringDelimiterRecordResolverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/ggfs/split/GridGgfsStringDelimiterRecordResolverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessorLoadTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessorLoadTest.java index 93915c6a7..bb638872c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessorLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/jobmetrics/GridJobMetricsProcessorLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/port/GridPortProcessorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/port/GridPortProcessorSelfTest.java index 2ac522367..30260163b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/port/GridPortProcessorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/port/GridPortProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandlerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandlerSelfTest.java index 5c1d1cb0d..8bc48ca29 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandlerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/rest/handlers/cache/GridCacheCommandHandlerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/DummyService.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/DummyService.java index fa3bea914..1d05200b5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/DummyService.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/DummyService.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorAbstractSelfTest.java index 6f098a9e1..7e5ccc2f9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeConfigSelfTest.java index f01a492b5..e0f3982b2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeSelfTest.java index abe0d8815..a0ace5f5a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorMultiNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorProxySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorProxySelfTest.java index d9e5cbc2b..cb79a8d1e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorProxySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorProxySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorSingleNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorSingleNodeSelfTest.java index 1b2e98079..6854c2af4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorSingleNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceProcessorSingleNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceReassignmentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceReassignmentSelfTest.java index b8a782090..20bbea1b1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceReassignmentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/service/GridServiceReassignmentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEvictionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEvictionSelfTest.java index 182614d16..d79f29c4d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEvictionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerEvictionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerFailoverSelfTest.java index c5fdbac4f..d7fcc0da9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerLifecycleAwareSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerLifecycleAwareSelfTest.java index 8254403a8..f5df67a18 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerLifecycleAwareSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerLifecycleAwareSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerSelfTest.java index 67441d393..22eaf5beb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridStreamerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStage.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStage.java index a8585b3c8..390d6da87 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStage.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStreamerEventRouter.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStreamerEventRouter.java index 84b57053b..27fa58504 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStreamerEventRouter.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/GridTestStreamerEventRouter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/SC.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/SC.java index 1e0e07935..c36ade586 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/SC.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/streamer/SC.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessorSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessorSelfTest.java index cfb7a846c..b2847647f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessorSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/kernal/processors/timeout/GridTimeoutProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridBasicPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridBasicPerformanceTest.java index ccfd9517f..53899020a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridBasicPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridBasicPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridByteArrayListSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridByteArrayListSelfTest.java index a7a7b4481..3a22270a0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridByteArrayListSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridByteArrayListSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncPerformanceTest.java index ba8841758..4a0010460 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncSelfTest.java index 9c3a5a636..b6d918049 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridFuncSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridFutureListenPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridFutureListenPerformanceTest.java index 9f4e6857c..31725a687 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridFutureListenPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridFutureListenPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridImmutableCollectionsPerfomanceTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridImmutableCollectionsPerfomanceTest.java index 4285af7d3..292a17843 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridImmutableCollectionsPerfomanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridImmutableCollectionsPerfomanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridMetadataAwareAdapterSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridMetadataAwareAdapterSelfTest.java index 949b39c0d..5c9bca6d0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridMetadataAwareAdapterSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridMetadataAwareAdapterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridSetWrapperSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridSetWrapperSelfTest.java index 2fcc68d6f..9e2b785ac 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridSetWrapperSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridSetWrapperSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridSystemCurrentTimeMillisTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridSystemCurrentTimeMillisTest.java index fcf8efe75..2b9a73981 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridSystemCurrentTimeMillisTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridSystemCurrentTimeMillisTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridThreadPriorityTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridThreadPriorityTest.java index 0a2ed163a..e1970a3ac 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridThreadPriorityTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridThreadPriorityTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridTupleSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridTupleSelfTest.java index 7aa4ffe14..38591b3cf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridTupleSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridTupleSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridUuidSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridUuidSelfTest.java index f8fd5965e..5251d4ae6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridUuidSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridUuidSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/GridXSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/GridXSelfTest.java index b64cbe48b..b8223408b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/GridXSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/GridXSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentLinkedHashMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentLinkedHashMapSelfTest.java index c3a10a6ea..edfe3242e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentLinkedHashMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentLinkedHashMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentOrderedMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentOrderedMapSelfTest.java index 288812db9..712dcc855 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentOrderedMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridBoundedConcurrentOrderedMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferPerformanceTest.java index 1ec5f38e3..c168e35c4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferSelfTest.java index 8c4418efa..b56111d89 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridCircularBufferSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentHashMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentHashMapSelfTest.java index fe4a1efb5..2f36ecfbe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentHashMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentHashMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentLinkedHashMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentLinkedHashMapSelfTest.java index 3e0b28ea1..213e3cef4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentLinkedHashMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentLinkedHashMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentWeakHashSetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentWeakHashSetSelfTest.java index f7b395e30..ac5907e6f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentWeakHashSetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConcurrentWeakHashSetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConsistentHashSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConsistentHashSelfTest.java index d6495ebde..5649b567a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConsistentHashSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridConsistentHashSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapPerformanceTest.java index d7718933b..54fd5eb7b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapSelfTest.java index ffc3c4567..1b2fe734c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridLeanMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridListSetSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridListSetSelfTest.java index 2befbcb97..148386b3a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridListSetSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridListSetSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridPCollectionsTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridPCollectionsTest.java index 4e30ae3e0..36edb695d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridPCollectionsTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridPCollectionsTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridStripedLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridStripedLockSelfTest.java index 9bbaa03d1..38aa5db8a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridStripedLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridStripedLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridTrieMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridTrieMapSelfTest.java index dc7574446..3fcfccfef 100644 --- a/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridTrieMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/lang/utils/GridTrieMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/loadtest/GridLoadTestStatistics.java b/modules/core/src/test/java/org/gridgain/grid/loadtest/GridLoadTestStatistics.java index 0a1e10c42..498258aca 100644 --- a/modules/core/src/test/java/org/gridgain/grid/loadtest/GridLoadTestStatistics.java +++ b/modules/core/src/test/java/org/gridgain/grid/loadtest/GridLoadTestStatistics.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/loadtest/GridSingleExecutionTest.java b/modules/core/src/test/java/org/gridgain/grid/loadtest/GridSingleExecutionTest.java index f0567cc88..645292e54 100644 --- a/modules/core/src/test/java/org/gridgain/grid/loadtest/GridSingleExecutionTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/loadtest/GridSingleExecutionTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/loadtest/swapspace/GridFileSwapSpaceSpiMultithreadedLoadTest.java b/modules/core/src/test/java/org/gridgain/grid/loadtest/swapspace/GridFileSwapSpaceSpiMultithreadedLoadTest.java index 67d6df440..442c7788e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/loadtest/swapspace/GridFileSwapSpaceSpiMultithreadedLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/loadtest/swapspace/GridFileSwapSpaceSpiMultithreadedLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/logger/java/GridJavaLoggerTest.java b/modules/core/src/test/java/org/gridgain/grid/logger/java/GridJavaLoggerTest.java index 64317e5ce..ddf9823fd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/logger/java/GridJavaLoggerTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/logger/java/GridJavaLoggerTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerAbstractTest.java index 74925c971..263937c86 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerExternalizableBean.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerExternalizableBean.java index 11ae58885..e1ce5027a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerExternalizableBean.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerExternalizableBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerPerformanceTest.java index fcca7c043..254584502 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerResourceBean.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerResourceBean.java index 0c67d92d3..6ce776c93 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerResourceBean.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerResourceBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestAbstractBean.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestAbstractBean.java index 379f1272d..8c1356584 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestAbstractBean.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestAbstractBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestBean.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestBean.java index 2fadba781..b7583ec27 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestBean.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestInheritedBean.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestInheritedBean.java index 2ed551211..20a989d2f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestInheritedBean.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/GridMarshallerTestInheritedBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerSelfTest.java index 3e60ab76f..4191391d6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/jdk/GridJdkMarshallerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerEnumSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerEnumSelfTest.java index f2f8bb435..7a7d8ab8a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerEnumSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedMarshallerEnumSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamSelfTest.java index 32191213c..3f63ee11e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridOptimizedObjectStreamSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ @@ -681,8 +695,8 @@ public void testVector() throws Exception { */ public void testString() throws Exception { assertEquals("Latin", marshalUnmarshal("Latin")); - assertEquals("Кириллица", marshalUnmarshal("Кириллица")); - assertEquals("中国的", marshalUnmarshal("中国的")); + assertEquals("??????????????????", marshalUnmarshal("??????????????????")); + assertEquals("?????????", marshalUnmarshal("?????????")); } /** diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridTestTcpDiscoveryIpFinderAdapter.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridTestTcpDiscoveryIpFinderAdapter.java index bac81556b..1d4c166f5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridTestTcpDiscoveryIpFinderAdapter.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/GridTestTcpDiscoveryIpFinderAdapter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/OptimizedMarshallerSerialPersistentFieldsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/OptimizedMarshallerSerialPersistentFieldsSelfTest.java index 33ce34fcb..f70f9b497 100644 --- a/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/OptimizedMarshallerSerialPersistentFieldsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/marshaller/optimized/OptimizedMarshallerSerialPersistentFieldsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/messaging/GridMessagingNoPeerClassLoadingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/messaging/GridMessagingNoPeerClassLoadingSelfTest.java index 88ffd780b..4b51144b6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/messaging/GridMessagingNoPeerClassLoadingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/messaging/GridMessagingNoPeerClassLoadingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridAbstractMultinodeRedeployTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridAbstractMultinodeRedeployTest.java index 750dc33da..4a79313c1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridAbstractMultinodeRedeployTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridAbstractMultinodeRedeployTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployContinuousModeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployContinuousModeSelfTest.java index 85e0ece79..38450cf5c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployContinuousModeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployContinuousModeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployIsolatedModeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployIsolatedModeSelfTest.java index 51f4b8e0f..4707c09ae 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployIsolatedModeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployIsolatedModeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployPrivateModeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployPrivateModeSelfTest.java index a0bfc4195..40ffd19e1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployPrivateModeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeployPrivateModeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeploySharedModeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeploySharedModeSelfTest.java index 89fce63eb..de5d73c7b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeploySharedModeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridMultinodeRedeploySharedModeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PClassLoadingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PClassLoadingSelfTest.java index 6704ee4e8..14f540753 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PClassLoadingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PClassLoadingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousDeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousDeploymentSelfTest.java index 689cf2fa1..c03ccb150 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousDeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousDeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDifferentClassLoaderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDifferentClassLoaderSelfTest.java index eaae97723..be1c7bc55 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDifferentClassLoaderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDifferentClassLoaderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDoubleDeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDoubleDeploymentSelfTest.java index 0bb35f171..e8f063d75 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDoubleDeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PDoubleDeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PHotRedeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PHotRedeploymentSelfTest.java index ce048201d..ac9906e80 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PHotRedeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PHotRedeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PJobClassLoaderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PJobClassLoaderSelfTest.java index 4d3fca220..3304b6402 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PJobClassLoaderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PJobClassLoaderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PLocalDeploymentSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PLocalDeploymentSelfTest.java index 8f500903f..2c4347580 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PLocalDeploymentSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PLocalDeploymentSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PMissedResourceCacheSizeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PMissedResourceCacheSizeSelfTest.java index e6222074e..6de8e33e8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PMissedResourceCacheSizeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PMissedResourceCacheSizeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PNodeLeftSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PNodeLeftSelfTest.java index 086fefab7..46544e263 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PNodeLeftSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PNodeLeftSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRecursionTaskSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRecursionTaskSelfTest.java index f92111f05..370cd2063 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRecursionTaskSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRecursionTaskSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRemoteClassLoadersSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRemoteClassLoadersSelfTest.java index 7c4a2e5f9..23935e1be 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRemoteClassLoadersSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PRemoteClassLoadersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PSameClassLoaderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PSameClassLoaderSelfTest.java index 36716d85e..a45de6d1b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PSameClassLoaderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PSameClassLoaderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestJob.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestJob.java index 0cc6dcba9..c562afa34 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestJob.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestTask.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestTask.java index cfd4468e9..68a37cc2d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestTask.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTimeoutSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTimeoutSelfTest.java index 54767f0de..be1c3b82d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTimeoutSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PTimeoutSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PUndeploySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PUndeploySelfTest.java index c81770172..9bcd0a0aa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PUndeploySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridP2PUndeploySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomKey.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomKey.java index e9205041a..f9f620579 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomKey.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomValue.java b/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomValue.java index 71ec63ea3..60751bcf8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomValue.java +++ b/modules/core/src/test/java/org/gridgain/grid/p2p/GridSwapSpaceCustomValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/product/GridProductVersionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/product/GridProductVersionSelfTest.java index 26305ab88..393987785 100644 --- a/modules/core/src/test/java/org/gridgain/grid/product/GridProductVersionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/product/GridProductVersionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromFutureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromFutureSelfTest.java index 8305602b3..cd2a1e34f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromFutureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromFutureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromJobSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromJobSelfTest.java index 2a66d71df..4eb83baaf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromJobSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromJobSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromTaskSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromTaskSelfTest.java index 7a58dd240..ff03d67fa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromTaskSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCancelSiblingsFromTaskSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointAbstractSelfTest.java index f35a03e91..9e8b67cd4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointSelfTest.java index 29b99c02d..a2a692faf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCheckpointSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCollisionSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCollisionSpiSelfTest.java index 314eda420..9463750b6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCollisionSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionCollisionSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitJobAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitJobAttributeSelfTest.java index 961ebed4c..e4dae564d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitJobAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitJobAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitTaskAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitTaskAttributeSelfTest.java index 867202530..5e4458e49 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitTaskAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionFutureWaitTaskAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobFailoverSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobFailoverSelfTest.java index d426b6233..4043f5a2c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobFailoverSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobFailoverSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobWaitTaskAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobWaitTaskAttributeSelfTest.java index d868ff394..7cfa8de2c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobWaitTaskAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionJobWaitTaskAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionLoadSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionLoadSelfTest.java index 2c7ff2720..74b808b38 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionLoadSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionLoadSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeSelfTest.java index 0092ebf64..53b3060b3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeWaitListenerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeWaitListenerSelfTest.java index e465e3b75..db716d31b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeWaitListenerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetFutureAttributeWaitListenerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttribute2SelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttribute2SelfTest.java index 68bbb6c42..b93ff2ef7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttribute2SelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttribute2SelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeOrderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeOrderSelfTest.java index db82e9403..f2a368139 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeOrderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeOrderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeSelfTest.java index c6fa9c371..7f26900a3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeWaitListenerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeWaitListenerSelfTest.java index 03e20647d..cdee00d93 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeWaitListenerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetJobAttributeWaitListenerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetTaskAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetTaskAttributeSelfTest.java index 5594fb5d0..11deb80cf 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetTaskAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionSetTaskAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionTaskWaitJobAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionTaskWaitJobAttributeSelfTest.java index 270dae968..b9f44d9b8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionTaskWaitJobAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionTaskWaitJobAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionWaitAttributeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionWaitAttributeSelfTest.java index cccb0dade..48b0926bd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridSessionWaitAttributeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridSessionWaitAttributeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/session/GridThreadSerialNumber.java b/modules/core/src/test/java/org/gridgain/grid/session/GridThreadSerialNumber.java index 8fcd3900f..4dfd8067e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/session/GridThreadSerialNumber.java +++ b/modules/core/src/test/java/org/gridgain/grid/session/GridThreadSerialNumber.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiLocalHostInjectionTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiLocalHostInjectionTest.java index 32a068b42..8a4d22653 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiLocalHostInjectionTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiLocalHostInjectionTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiStartStopAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiStartStopAbstractTest.java index 8b8d5ea18..073146950 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiStartStopAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/GridSpiStartStopAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpForwarder.java b/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpForwarder.java index df77a99e9..e3ec290bc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpForwarder.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpForwarder.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpSpiForwardingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpSpiForwardingSelfTest.java index 4f5ae049b..24152fa51 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpSpiForwardingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/GridTcpSpiForwardingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpiAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpiAbstractTest.java index ffaa4a337..c20d232cd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpiAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointSpiAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointTestState.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointTestState.java index b8e9882bb..bf0a6b68d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointTestState.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/GridCheckpointTestState.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/cache/GridCacheCheckpointSpiSecondCacheSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/cache/GridCacheCheckpointSpiSecondCacheSelfTest.java index 5d4f84824..f883177ff 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/cache/GridCacheCheckpointSpiSecondCacheSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/cache/GridCacheCheckpointSpiSecondCacheSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiConfigSelfTest.java index f8a725983..b3cac0b85 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiCustomConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiCustomConfigSelfTest.java index b35dac0ca..708fbb073 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiCustomConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiCustomConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiDefaultConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiDefaultConfigSelfTest.java index 419c8cdf2..3b4f6613d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiDefaultConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiDefaultConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiStartStopSelfTest.java index 44a2bbeea..36aa16767 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/jdbc/GridJdbcCheckpointSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiConfigSelfTest.java index a13b9cb12..a9015c3ec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultiThreadedSelfTest.java index 50449566a..f1e48f620 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultipleDirectoriesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultipleDirectoriesSelfTest.java index da561408d..eff43caba 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultipleDirectoriesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiMultipleDirectoriesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiSelfTest.java index 595c445c0..389ff3e7a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiStartStopSelfTest.java index 7215c87de..4f4ca7dd0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/checkpoint/sharedfs/GridSharedFsCheckpointSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridCollisionTestContext.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridCollisionTestContext.java index 949dbca84..0e2ebd541 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridCollisionTestContext.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridCollisionTestContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionJobContext.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionJobContext.java index 603e7e606..f9a582572 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionJobContext.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionJobContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionTaskSession.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionTaskSession.java index 1649c5249..959d29053 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionTaskSession.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/GridTestCollisionTaskSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiConfigSelfTest.java index 75137d0c1..6ca7845d9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiSelfTest.java index 30add91ca..a7c46e214 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiStartStopSelfTest.java index e084eeeb4..c8d76674c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/fifoqueue/GridFifoQueueCollisionSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiAttributesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiAttributesSelfTest.java index 9c3e7baaf..2b7cebfc6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiAttributesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiAttributesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiConfigSelfTest.java index 3a923c311..5f2d0d967 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiCustomTopologySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiCustomTopologySelfTest.java index 8913ad208..5f6a999a6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiCustomTopologySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiCustomTopologySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiSelfTest.java index 209895f89..64a5b7f8b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiStartStopSelfTest.java index 62909f371..425a09a7f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/jobstealing/GridJobStealingCollisionSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiConfigSelfTest.java index 83507af55..907445c45 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiSelfTest.java index cc142806d..bff455a6c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiStartStopSelfTest.java index 9739054fd..a3a66b036 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/collision/priorityqueue/GridPriorityQueueCollisionSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridAbstractCommunicationSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridAbstractCommunicationSelfTest.java index e09475e39..b715171fb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridAbstractCommunicationSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridAbstractCommunicationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridTestMessage.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridTestMessage.java index 1b382c517..2e27bfcc6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridTestMessage.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/GridTestMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridCacheDhtLockBackupSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridCacheDhtLockBackupSelfTest.java index f327906c5..7b98d0013 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridCacheDhtLockBackupSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridCacheDhtLockBackupSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridOrderedMessageCancelSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridOrderedMessageCancelSelfTest.java index 82c7976b1..d3fb44a30 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridOrderedMessageCancelSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridOrderedMessageCancelSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiAbstractTest.java index 946045dc9..c4bdcb490 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConcurrentConnectSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConcurrentConnectSelfTest.java index 9026e5921..e302895cc 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConcurrentConnectSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConcurrentConnectSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConfigSelfTest.java index f7a942412..c4d871b63 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiLanTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiLanTest.java index 052709205..3ffeabf5f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiLanTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiLanTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedSelfTest.java index c3172ce5f..29eefde39 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedShmemTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedShmemTest.java index e2e6b6a4f..b20178477 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedShmemTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedShmemTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedTcpSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedTcpSelfTest.java index 4d6ad7f81..d4aca4dd5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedTcpSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiMultithreadedTcpSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoveryAckSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoveryAckSelfTest.java index 505aa6f58..6a0587e7b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoveryAckSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoveryAckSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoverySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoverySelfTest.java index 3ad0538e7..e2507cdf3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoverySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiRecoverySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiShmemSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiShmemSelfTest.java index 97282cf3b..4c46abb63 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiShmemSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiShmemSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiStartStopSelfTest.java index 978112f73..758b796a8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpNoDelayOffSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpNoDelayOffSelfTest.java index bf5d2392b..69698e699 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpNoDelayOffSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpNoDelayOffSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpSelfTest.java index 9cbc6d269..cabf213a8 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/communication/tcp/GridTcpCommunicationSpiTcpSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiSelfTest.java index 62b631433..6a10bee9f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiStartStopSelfTest.java index 78a9e2769..aa46dc221 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/deployment/local/GridLocalDeploymentSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryRandomStartStopTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryRandomStartStopTest.java index b02da0ee6..e786850b9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryRandomStartStopTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryRandomStartStopTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoverySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoverySelfTest.java index b88ba79bc..932db7c08 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoverySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoverySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryTest.java index af1d63dd8..f6c15dda2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridAbstractDiscoveryTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelperSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelperSelfTest.java index 56eb732a9..9022c9206 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelperSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/GridDiscoveryMetricsHelperSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryConcurrentStartTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryConcurrentStartTest.java index 569611f73..0cdf1ad7d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryConcurrentStartTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryConcurrentStartTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMarshallerCheckSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMarshallerCheckSelfTest.java index 068dc05b2..78d514f6f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMarshallerCheckSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMarshallerCheckSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMultiThreadedTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMultiThreadedTest.java index f70e74802..e5c85b8be 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMultiThreadedTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoveryMultiThreadedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySelfTest.java index 28928ced4..9a7e46691 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySnapshotHistoryTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySnapshotHistoryTest.java index 44e183f88..19125487e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySnapshotHistoryTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySnapshotHistoryTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiConfigSelfTest.java index 3ac523355..473d7a38d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiRandomStartStopTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiRandomStartStopTest.java index 9921f0c3f..cf7541927 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiRandomStartStopTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiRandomStartStopTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiSelfTest.java index 5edfc025f..6940d8618 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiStartStopSelfTest.java index d49a84331..85a682487 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiWildcardSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiWildcardSelfTest.java index df1be765b..649bbbfc0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiWildcardSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/GridTcpDiscoverySpiWildcardSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAbstractSelfTest.java index b7abbbac5..a9ac025b4 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/GridTcpDiscoveryIpFinderAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinderSelfTest.java index 183e62778..15eddb16f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/jdbc/GridTcpDiscoveryJdbcIpFinderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinderSelfTest.java index 7978be240..4d0202805 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/multicast/GridTcpDiscoveryMulticastIpFinderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinderSelfTest.java index 71bcd4884..7e1222a24 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/sharedfs/GridTcpDiscoverySharedFsIpFinderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinderSelfTest.java index d835d0eb2..ede4b6018 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/ipfinder/vm/GridTcpDiscoveryVmIpFinderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAbstractSelfTest.java index 2b15cf55b..381bea449 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/GridTcpDiscoveryMetricsStoreAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreInitSchemaSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreInitSchemaSelfTest.java index 8a5aa6229..ee7cd1a4c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreInitSchemaSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreInitSchemaSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreSelfTest.java index 15faef8a0..eae1e5887 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/jdbc/GridTcpDiscoveryJdbcMetricsStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStoreSelfTest.java index 55b0e5fc7..993dd5e8a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/sharedfs/GridTcpDiscoverySharedFsMetricsStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStoreSelfTest.java index 278bafd60..f648b996a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/discovery/tcp/metricsstore/vm/GridTcpDiscoveryVmMetricsStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageMultiThreadedSelfTest.java index 6f0cede10..7235b530e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiConfigSelfTest.java index ab14791d3..684ea570f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiSelfTest.java index a033dbe6f..e0e74cf51 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiStartStopSelfTest.java index 50826eb9d..5715caddd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/eventstorage/memory/GridMemoryEventStorageSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/GridFailoverTestContext.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/GridFailoverTestContext.java index a0b702bef..4a9b387ad 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/GridFailoverTestContext.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/GridFailoverTestContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiConfigSelfTest.java index 720e22af4..dfe8fc84e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiSelfTest.java index c77cade3d..7c210626f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiStartStopSelfTest.java index 7be414b5e..ac3825caa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/always/GridAlwaysFailoverSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiConfigSelfTest.java index 02bd287ce..460b61159 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiOneNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiOneNodeSelfTest.java index c3982b462..ad7175ec6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiOneNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiOneNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiSelfTest.java index 063f341c7..cb53283e3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiStartStopSelfTest.java index 5db176512..e164c10ed 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/jobstealing/GridJobStealingFailoverSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiSelfTest.java index 39fa2dcef..95a757cec 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiStartStopSelfTest.java index b2c62b9e1..fb13aa403 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/failover/never/GridNeverFailoverSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiConfigSelfTest.java index 210c4df52..8459890b0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMultipleNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMultipleNodeSelfTest.java index 77c790c33..7aba136a6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMultipleNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiMultipleNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiSelfTest.java index d962f62d4..99bc325e1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiStartStopSelfTest.java index 5ffa8f804..d2604114c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/adaptive/GridAdaptiveLoadBalancingSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingNotPerTaskMultithreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingNotPerTaskMultithreadedSelfTest.java index cb95b51ff..d83785a25 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingNotPerTaskMultithreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingNotPerTaskMultithreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiLocalNodeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiLocalNodeSelfTest.java index 41cfaa876..34af60e40 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiLocalNodeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiLocalNodeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMultipleNodesSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMultipleNodesSelfTest.java index 3aaba7bee..60da15444 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMultipleNodesSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiMultipleNodesSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiNotPerTaskSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiNotPerTaskSelfTest.java index 619129f91..e48c92a5d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiNotPerTaskSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiNotPerTaskSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiStartStopSelfTest.java index aefb44552..d4d08ed0b 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiTopologyChangeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiTopologyChangeSelfTest.java index 372f23068..4d03b4a74 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiTopologyChangeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinLoadBalancingSpiTopologyChangeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinTestUtils.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinTestUtils.java index f86f93497..b1664bd63 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinTestUtils.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/roundrobin/GridRoundRobinTestUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiConfigSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiConfigSelfTest.java index a291f3fc1..6cbdab97f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiConfigSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiSelfTest.java index 53aacba51..946543670 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiStartStopSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiStartStopSelfTest.java index daee18ebf..ea94fcdc6 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiStartStopSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiStartStopSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiWeightedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiWeightedSelfTest.java index 899650548..e16ea6c98 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiWeightedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/loadbalancing/weightedrandom/GridWeightedRandomLoadBalancingSpiWeightedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiAbstractSelfTest.java index d59ade45e..381362121 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/GridSwapSpaceSpiAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapCompactionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapCompactionSelfTest.java index 84dcb757b..453710577 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapCompactionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapCompactionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiSelfTest.java index 3ba27399f..a0fac5fbe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/file/GridFileSwapSpaceSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/inmemory/GridTestSwapSpaceSpi.java b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/inmemory/GridTestSwapSpaceSpi.java index 9dc866208..3be46bfff 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/inmemory/GridTestSwapSpaceSpi.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/inmemory/GridTestSwapSpaceSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpiSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpiSelfTest.java index 5eb8c80d7..6979a57cd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpiSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/spi/swapspace/noop/GridNoopSwapSpaceSpiSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineLoaderTest.java b/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineLoaderTest.java index e15b1893c..7d1e8f647 100644 --- a/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineLoaderTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineLoaderTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformerSelfTest.java index c4d7ea1d5..900e4cda9 100644 --- a/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/startup/cmdline/GridCommandLineTransformerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ @@ -105,8 +119,8 @@ public void testTransformIfAllSupportedArguments() throws Exception { assertEquals( "\"INTERACTIVE=1\" \"QUIET=-DGRIDGAIN_QUIET=false\" \"NO_PAUSE=1\" " + "\"JVM_XOPTS=-Xmx1g -Xms1m\" " + - "\"CONFIG=\"c:\\path to\\русский каталог\"\"", + "\"CONFIG=\"c:\\path to\\?????????????? ??????????????\"\"", GridCommandLineTransformer.transform("-i", "-np", "-v", "-J-Xmx1g", "-J-Xms1m", - "\"c:\\path to\\русский каталог\"")); + "\"c:\\path to\\?????????????? ??????????????\"")); } } diff --git a/modules/core/src/test/java/org/gridgain/grid/startup/servlet/GridServletLoaderTest.java b/modules/core/src/test/java/org/gridgain/grid/startup/servlet/GridServletLoaderTest.java index bd4518940..3f9a0da4f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/startup/servlet/GridServletLoaderTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/startup/servlet/GridServletLoaderTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/streamer/index/GridStreamerIndexSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/streamer/index/GridStreamerIndexSelfTest.java index 7ec7b05ff..1829fcd0a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/streamer/index/GridStreamerIndexSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/streamer/index/GridStreamerIndexSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/streamer/window/GridStreamerWindowSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/streamer/window/GridStreamerWindowSelfTest.java index 640d77626..29e4b6d7a 100644 --- a/modules/core/src/test/java/org/gridgain/grid/streamer/window/GridStreamerWindowSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/streamer/window/GridStreamerWindowSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadPoolExecutorServiceSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadPoolExecutorServiceSelfTest.java index 1ee02fc20..3b6908904 100644 --- a/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadPoolExecutorServiceSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadPoolExecutorServiceSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadTest.java b/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadTest.java index 770d2f70e..2258a1519 100644 --- a/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/thread/GridThreadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeMultiThreadedTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeMultiThreadedTest.java index 3ddc624d2..43c8b3b5c 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeMultiThreadedTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeMultiThreadedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeSelfTest.java index f94fdd81e..34e3218ee 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedDequeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedHashMapMultiThreadedSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedHashMapMultiThreadedSelfTest.java index c3ffad38d..a1df18623 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedHashMapMultiThreadedSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridConcurrentLinkedHashMapMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridIndexFillTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridIndexFillTest.java index 31446ad8d..d4e00712d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridIndexFillTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridIndexFillTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridLogThrottleTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridLogThrottleTest.java index ba1c4d0bb..75f47f8ab 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridLogThrottleTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridLogThrottleTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridLongListSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridLongListSelfTest.java index 024a13a2b..9bd392d2e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridLongListSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridLongListSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridQueueSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridQueueSelfTest.java index 4b613f6a5..0b7f627bb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridQueueSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridQueueSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridRandomSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridRandomSelfTest.java index e033b2445..ec34ebb9e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridRandomSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridRandomSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridSnapshotLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridSnapshotLockSelfTest.java index fbf993433..2734005cd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridSnapshotLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridSnapshotLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridSpinReadWriteLockSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridSpinReadWriteLockSelfTest.java index 7c9decc24..09f498789 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridSpinReadWriteLockSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridSpinReadWriteLockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithSpecifiedWorkDirectorySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithSpecifiedWorkDirectorySelfTest.java index e400d4e5b..f9a75f5e1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithSpecifiedWorkDirectorySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithSpecifiedWorkDirectorySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithUndefinedGridGainHomeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithUndefinedGridGainHomeSelfTest.java index 241bfcf42..b91c81805 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithUndefinedGridGainHomeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridStartupWithUndefinedGridGainHomeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridStringBuilderFactorySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridStringBuilderFactorySelfTest.java index f11bf7ce6..c28c1e306 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridStringBuilderFactorySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridStringBuilderFactorySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridTestClockTimer.java b/modules/core/src/test/java/org/gridgain/grid/util/GridTestClockTimer.java index 9cbe308ae..8f1dd2993 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridTestClockTimer.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridTestClockTimer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridTopologyHeapSizeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridTopologyHeapSizeSelfTest.java index c08a49582..0ff9417c1 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridTopologyHeapSizeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridTopologyHeapSizeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridTransientTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridTransientTest.java index 2056026fc..9cb0e82e0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridTransientTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridTransientTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/GridUtilsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/GridUtilsSelfTest.java index a612d4aff..1d5ffc139 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/GridUtilsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/GridUtilsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/GridCompoundFutureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/GridCompoundFutureSelfTest.java index a6596ecbf..c6be293fe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/GridCompoundFutureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/GridCompoundFutureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/GridEmbeddedFutureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/GridEmbeddedFutureSelfTest.java index 8369471a6..2354144eb 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/GridEmbeddedFutureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/GridEmbeddedFutureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFinishedFutureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFinishedFutureSelfTest.java index ac6f1699f..c6b97d7c0 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFinishedFutureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFinishedFutureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureAdapterSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureAdapterSelfTest.java index 00837762f..1296164f2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureAdapterSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureAdapterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureListenPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureListenPerformanceTest.java index 329ba9e33..c5ba86d50 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureListenPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureListenPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureQueueTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureQueueTest.java index c30146b5d..0b6968bd7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureQueueTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/GridFutureQueueTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioEmbeddedFutureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioEmbeddedFutureSelfTest.java index 02415740f..7ee1340a5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioEmbeddedFutureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioEmbeddedFutureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioFutureSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioFutureSelfTest.java index a277d2191..9cfba2275 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioFutureSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/future/nio/GridNioFutureSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/io/GridUnsafeDataOutputArraySizingSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/io/GridUnsafeDataOutputArraySizingSelfTest.java index bd7b52530..cf1a3ad58 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/io/GridUnsafeDataOutputArraySizingSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/io/GridUnsafeDataOutputArraySizingSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializerSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializerSelfTest.java index b9185a0f8..877e09076 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializerSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/GridIpcServerEndpointDeserializerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestClient.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestClient.java index 928ddd4d2..aa18a9623 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestClient.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestServer.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestServer.java index 454080f6e..392cc3b6f 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestServer.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridGgfsSharedMemoryTestServer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryCrashDetectionSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryCrashDetectionSelfTest.java index 87f2bde50..dc1b322aa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryCrashDetectionSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryCrashDetectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryFakeClient.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryFakeClient.java index 18fbf1d47..a13b7a9c3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryFakeClient.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryFakeClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNodeStartup.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNodeStartup.java index b40acc810..79ce12276 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNodeStartup.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryNodeStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpaceSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpaceSelfTest.java index a3cb3781f..e906c1f65 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpaceSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemorySpaceSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtilsSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtilsSelfTest.java index 478a00cdd..90e1acf48 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtilsSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/GridIpcSharedMemoryUtilsSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkParty.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkParty.java index 2e041d366..404278964 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkParty.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkParty.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkReader.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkReader.java index fd6692e4d..74361d240 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkReader.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkReader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkWriter.java b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkWriter.java index 682fa6dc2..1e82d8e92 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkWriter.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/ipc/shmem/benchmark/GridIpcSharedMemoryBenchmarkWriter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/mbeans/GridMBeanSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/mbeans/GridMBeanSelfTest.java index 243f22494..3ded559fa 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/mbeans/GridMBeanSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/mbeans/GridMBeanSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSelfTest.java index e7f1846ab..cb5f24a3e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSessionMetaKeySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSessionMetaKeySelfTest.java index 957869e9a..5ebd26dbd 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSessionMetaKeySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSessionMetaKeySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSslSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSslSelfTest.java index 63696d19e..f24228ed7 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSslSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridNioSslSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridRoundTripTest.java b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridRoundTripTest.java index 6dbd024fe..8c4b247e3 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/nio/GridRoundTripTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/nio/GridRoundTripTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/nio/impl/GridNioFilterChainSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/nio/impl/GridNioFilterChainSelfTest.java index b62507e56..ba795b459 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/nio/impl/GridNioFilterChainSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/nio/impl/GridNioFilterChainSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridByteArrayWrapper.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridByteArrayWrapper.java index 7a7074188..fd906472d 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridByteArrayWrapper.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridByteArrayWrapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapAbstractSelfTest.java index fb5cca708..98a459510 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapPerformanceAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapPerformanceAbstractTest.java index 0726a426c..5d12f504e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapPerformanceAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapMapPerformanceAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapAbstractSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapAbstractSelfTest.java index 350fff6b0..47cd3edbe 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapAbstractSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java index 64c613b6f..5578ccde2 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridOffheapSnapTreeSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridOffheapSnapTreeSelfTest.java index f04859b00..66f08f0de 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridOffheapSnapTreeSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridOffheapSnapTreeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapPerformanceTest.java index 33ab53103..ebf861021 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapSelfTest.java index 26b56e8cf..98e717791 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemorySelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemorySelfTest.java index 3c5b84215..1a5581679 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemorySelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeMemorySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java index 7ae46fded..2413ed2e5 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapSelfTest.java index 89fa8f0db..be4cc6636 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafePartitionedMapSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeStripedLruSefTest.java b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeStripedLruSefTest.java index e11ee1006..822194b8e 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeStripedLruSefTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/offheap/unsafe/GridUnsafeStripedLruSefTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/grid/util/tostring/GridToStringBuilderSelfTest.java b/modules/core/src/test/java/org/gridgain/grid/util/tostring/GridToStringBuilderSelfTest.java index 5d645f6fe..2e1dbecad 100644 --- a/modules/core/src/test/java/org/gridgain/grid/util/tostring/GridToStringBuilderSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/grid/util/tostring/GridToStringBuilderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/BlockingQueueTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/BlockingQueueTest.java index 8636878bb..b839e9bdd 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/BlockingQueueTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/BlockingQueueTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/ConcurrentMapTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/ConcurrentMapTest.java index 9a9cc583b..8c85f0b6b 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/ConcurrentMapTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/ConcurrentMapTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/FileIOTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/FileIOTest.java index 47410e5b2..5ee0cc247 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/FileIOTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/FileIOTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/FileLocksTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/FileLocksTest.java index 5d30d9443..d908d1fad 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/FileLocksTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/FileLocksTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/LinkedHashMapTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/LinkedHashMapTest.java index 6f7b87e15..990011c28 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/LinkedHashMapTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/LinkedHashMapTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/MultipleFileIOTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/MultipleFileIOTest.java index ee540b5af..2269808de 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/MultipleFileIOTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/MultipleFileIOTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/NetworkFailureTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/NetworkFailureTest.java index 9a6a9fd9c..51041a793 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/NetworkFailureTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/NetworkFailureTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/QueueSizeCounterMultiThreadedTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/QueueSizeCounterMultiThreadedTest.java index a7f363219..ab932b372 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/QueueSizeCounterMultiThreadedTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/QueueSizeCounterMultiThreadedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/ReadWriteLockMultiThreadedTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/ReadWriteLockMultiThreadedTest.java index 2c0f0b4cb..67c81414a 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/ReadWriteLockMultiThreadedTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/ReadWriteLockMultiThreadedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/RegExpTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/RegExpTest.java index aa7b692d4..816356f74 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/RegExpTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/RegExpTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/jvmtest/ServerSocketMultiThreadedTest.java b/modules/core/src/test/java/org/gridgain/jvmtest/ServerSocketMultiThreadedTest.java index b89ee28ef..5eb52486f 100644 --- a/modules/core/src/test/java/org/gridgain/jvmtest/ServerSocketMultiThreadedTest.java +++ b/modules/core/src/test/java/org/gridgain/jvmtest/ServerSocketMultiThreadedTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/GridCacheLoadPopulationTask.java b/modules/core/src/test/java/org/gridgain/loadtests/GridCacheLoadPopulationTask.java index 6cf4c2b5d..7a7878171 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/GridCacheLoadPopulationTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/GridCacheLoadPopulationTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/GridCacheMultiNodeLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/GridCacheMultiNodeLoadTest.java index bda919142..e363025b8 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/GridCacheMultiNodeLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/GridCacheMultiNodeLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAbstractLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAbstractLoadTest.java index bd053b72d..53de0dd92 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAbstractLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAbstractLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAffinityTransactionsOffHeapTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAffinityTransactionsOffHeapTest.java index ccd366d97..e9d31f51d 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAffinityTransactionsOffHeapTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheAffinityTransactionsOffHeapTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheBenchmark.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheBenchmark.java index 6c62f3c9e..45644a94c 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheBenchmark.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheBenchmark.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheDataStructuresLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheDataStructuresLoadTest.java index 6a747ce1b..e99358bd5 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheDataStructuresLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheDataStructuresLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheGroupLockComparisonTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheGroupLockComparisonTest.java index d0ded6711..7bced4192 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheGroupLockComparisonTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheGroupLockComparisonTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheLoadTest.java index 7ec788317..36eea90f4 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCachePutRemoveLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCachePutRemoveLoadTest.java index fc65167b3..3da91f6dd 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCachePutRemoveLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCachePutRemoveLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSingleNodeLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSingleNodeLoadTest.java index 0d5a441c3..ce1ec2315 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSingleNodeLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSingleNodeLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSwapLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSwapLoadTest.java index 80a716915..725c4567d 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSwapLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheSwapLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheWriteBehindStoreLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheWriteBehindStoreLoadTest.java index ec597bb57..89ce90a97 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheWriteBehindStoreLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/cache/GridCacheWriteBehindStoreLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/capacity/GridCapacityLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/capacity/GridCapacityLoadTest.java index d6c2c86c3..5e6a579bb 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/capacity/GridCapacityLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/capacity/GridCapacityLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/capacity/spring-capacity-cache.xml b/modules/core/src/test/java/org/gridgain/loadtests/capacity/spring-capacity-cache.xml index b75654000..33d3404b5 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/capacity/spring-capacity-cache.xml +++ b/modules/core/src/test/java/org/gridgain/loadtests/capacity/spring-capacity-cache.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestCacheStore.java b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestCacheStore.java index c4f25b259..0bd791be3 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestCacheStore.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestCacheStore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestConstants.java b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestConstants.java index e995389a8..3ef0d1bbc 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestConstants.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestConstants.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestKey.java b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestKey.java index dd21a8feb..dafb8ba59 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestKey.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestLifecycleBean.java b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestLifecycleBean.java index 638478daf..2f3219e74 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestLifecycleBean.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestLifecycleBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestMain.java b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestMain.java index 8dfa5c0b7..5609e8521 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestMain.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/colocation/GridTestMain.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/colocation/spring-colocation.xml b/modules/core/src/test/java/org/gridgain/loadtests/colocation/spring-colocation.xml index 1389ab2b5..d46b4cd30 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/colocation/spring-colocation.xml +++ b/modules/core/src/test/java/org/gridgain/loadtests/colocation/spring-colocation.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark.java b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark.java index d89c42b60..4b604a72c 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark0.java b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark0.java index c1651a489..48a576ec0 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark0.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridIoManagerBenchmark0.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTcpCommunicationBenchmark.java b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTcpCommunicationBenchmark.java index e4f6d26ea..bd9422241 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTcpCommunicationBenchmark.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTcpCommunicationBenchmark.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ // ///* _________ _____ __________________ _____ // * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTestMessage.java b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTestMessage.java index 2bdae369d..bf763be6c 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTestMessage.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/communication/GridTestMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/continuous/GridContinuousOperationsLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/continuous/GridContinuousOperationsLoadTest.java index feb2a193f..ffc9f411f 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/continuous/GridContinuousOperationsLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/continuous/GridContinuousOperationsLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/datastructures/GridCachePartitionedAtomicLongLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/datastructures/GridCachePartitionedAtomicLongLoadTest.java index 24d680a82..a1bad3f69 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/datastructures/GridCachePartitionedAtomicLongLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/datastructures/GridCachePartitionedAtomicLongLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJob.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJob.java index 0f2c7f1b4..1c9899c46 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJob.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJobTarget.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJobTarget.java index 5c7eee8d0..ae7d12069 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJobTarget.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestJobTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestTask.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestTask.java index 733706b60..f4b74a04a 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridLoadTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsLoadTest.java index d01e0da46..75d9be095 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsRedeployLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsRedeployLoadTest.java index df458cd1d..d95fcb65a 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsRedeployLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/multisplit/GridMultiSplitsRedeployLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestJobTarget.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestJobTarget.java index 8a420450d..53483cef3 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestJobTarget.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestJobTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestTask.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestTask.java index 9c91ad4a5..c28d1c730 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitNewNodesTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesAbstractLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesAbstractLoadTest.java index 6183b7935..ac26a5e33 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesAbstractLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesAbstractLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesMulticastLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesMulticastLoadTest.java index 4cbd5fc1a..61a97a524 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesMulticastLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/newnodes/GridSingleSplitsNewNodesMulticastLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/redeploy/GridSingleSplitsRedeployLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/redeploy/GridSingleSplitsRedeployLoadTest.java index 70988fa0c..966d6142e 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/redeploy/GridSingleSplitsRedeployLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/redeploy/GridSingleSplitsRedeployLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTest.java index 0b92ca830..b992a450a 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestJob.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestJob.java index 6ab9bed39..cd397e1db 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestJob.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestTask.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestTask.java index 6a3ee4be8..6933f0c1a 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/session/GridSessionLoadTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTest.java index b3c324d2d..6a36a70c5 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestJob.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestJob.java index d0fa3d5ba..7ba234cc8 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestJob.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestTask.java b/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestTask.java index 43e2a8243..3e5d5d44d 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/direct/stealing/GridStealingLoadTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/discovery/GridGcTimeoutTest.java b/modules/core/src/test/java/org/gridgain/loadtests/discovery/GridGcTimeoutTest.java index 9d2ee9cbe..df010e716 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/discovery/GridGcTimeoutTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/discovery/GridGcTimeoutTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiClient.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiClient.java index 08ae5976b..28920c7e2 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiClient.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiLifecycleBean.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiLifecycleBean.java index 625b2df8d..ad732672b 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiLifecycleBean.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiLifecycleBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiMessage.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiMessage.java index 700c84a53..6533e02f4 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiMessage.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiMessage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiPerfJob.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiPerfJob.java index ff8f3bba0..e44ed1a96 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiPerfJob.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiPerfJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequest.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequest.java index d600f5b15..6a751a177 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequestTask.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequestTask.java index 3a35de5c8..92ce31795 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequestTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiRequestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponse.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponse.java index 166e15d32..05e4886fa 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponse.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponse.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponseTask.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponseTask.java index a85ba0ee7..415ddfe3d 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponseTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiResponseTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiSession.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiSession.java index 86f97afef..7613bfc40 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiSession.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/GridDsiSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/dsi/cacheget/GridBenchmarkCacheGetLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/dsi/cacheget/GridBenchmarkCacheGetLoadTest.java index 97ff6b7c2..d6b528d4d 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/dsi/cacheget/GridBenchmarkCacheGetLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/dsi/cacheget/GridBenchmarkCacheGetLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridBoundedConcurrentLinkedHashSetLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridBoundedConcurrentLinkedHashSetLoadTest.java index 72d4813cf..4d053cbcb 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridBoundedConcurrentLinkedHashSetLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridBoundedConcurrentLinkedHashSetLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridCacheTestContext.java b/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridCacheTestContext.java index 7e721f2d4..daa9d7698 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridCacheTestContext.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridCacheTestContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridHashMapLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridHashMapLoadTest.java index 31df68759..9dac196fc 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridHashMapLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/hashmap/GridHashMapLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClient.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClient.java index f456b4746..a22df65ed 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClient.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClientSemaphore.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClientSemaphore.java index 75a5da90e..eecff90dd 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClientSemaphore.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestClientSemaphore.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestJob.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestJob.java index 61505a079..cbcd71d89 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestJob.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestServer.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestServer.java index 79c14f56e..c39ce6570 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestServer.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestServer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestTask.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestTask.java index 1c84c3df7..541b9919e 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionLoadTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeLoadTest.java index b66e0b962..c19f9fc74 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeSemaphoreLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeSemaphoreLoadTest.java index e8f359448..8e20fe5e0 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeSemaphoreLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobExecutionSingleNodeSemaphoreLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTest.java index d46a0f4c3..52ea66ed2 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestJob.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestJob.java index 81308f2ce..bf9936b82 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestJob.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestJob.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestParams.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestParams.java index 147cba415..7ceae8756 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestParams.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestParams.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestSubmitter.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestSubmitter.java index 7e3e88a0b..93ecfa4da 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestSubmitter.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestSubmitter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestTask.java b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestTask.java index b462c923f..e35c00b04 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/job/GridJobLoadTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/lang/GridConcurrentLinkedHashMapBenchmark.java b/modules/core/src/test/java/org/gridgain/loadtests/lang/GridConcurrentLinkedHashMapBenchmark.java index 404f50ac3..8cabc004a 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/lang/GridConcurrentLinkedHashMapBenchmark.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/lang/GridConcurrentLinkedHashMapBenchmark.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest1.java b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest1.java index c2226a8fa..56a1d6d55 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest1.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest2.java b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest2.java index c03a1af48..4d810dc35 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest2.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperLoadTest2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask1.java b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask1.java index 0aff57760..02506d527 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask1.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask2.java b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask2.java index cbbce1927..112df48fa 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask2.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridContinuousMapperTask2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridNodeStartup.java b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridNodeStartup.java index 32d3d6234..d5abca8ba 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridNodeStartup.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mapper/GridNodeStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mapper/TestObject.java b/modules/core/src/test/java/org/gridgain/loadtests/mapper/TestObject.java index 11fa6aa1e..916474e5b 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mapper/TestObject.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mapper/TestObject.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTask.java b/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTask.java index 23c05b38b..2f21efaf2 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTask.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTest.java index 874bf8a13..17d988ba8 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/mergesort/GridMergeSortLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkClient.java b/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkClient.java index 2e7b896ba..f95dc1e04 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkClient.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkTest.java b/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkTest.java index 53e12955c..b058db2db 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/nio/GridNioBenchmarkTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapMapPerformanceAbstractTest.java b/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapMapPerformanceAbstractTest.java index df6799dc5..b810005ad 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapMapPerformanceAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapMapPerformanceAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java b/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java index dc28fb50e..0dbf53af4 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/offheap/GridOffHeapPartitionedMapPerformanceAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafeMapPerformanceTest.java b/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafeMapPerformanceTest.java index 3a7779c55..ffef5685d 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafeMapPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafeMapPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java b/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java index f033533a3..5ff7cfd85 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/offheap/unsafe/GridUnsafePartitionedMapPerformanceTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/EventClosure.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/EventClosure.java index 9af77abbd..734ce7501 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/EventClosure.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/EventClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerBenchmark.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerBenchmark.java index 553138e72..53c7448bc 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerBenchmark.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerBenchmark.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerIndexLoadTest.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerIndexLoadTest.java index 34dde0779..487277c9d 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerIndexLoadTest.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerIndexLoadTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerLoad.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerLoad.java index 6c1a20fa9..d88b79090 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerLoad.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/GridStreamerLoad.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/IndexUpdater.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/IndexUpdater.java index f1d9dfdb7..c3003d2b3 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/IndexUpdater.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/IndexUpdater.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/QueryClosure.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/QueryClosure.java index 851dc7e05..57f011ee0 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/QueryClosure.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/QueryClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestAverage.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestAverage.java index b497a6c41..c4b4697d6 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestAverage.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestAverage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestStage.java b/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestStage.java index be0773474..8c547e210 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestStage.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/streamer/average/TestStage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/swap/GridSwapEvictAllBenchmark.java b/modules/core/src/test/java/org/gridgain/loadtests/swap/GridSwapEvictAllBenchmark.java index 069c577e4..9d35bc5eb 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/swap/GridSwapEvictAllBenchmark.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/swap/GridSwapEvictAllBenchmark.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/util/GridCumulativeAverage.java b/modules/core/src/test/java/org/gridgain/loadtests/util/GridCumulativeAverage.java index b8f4d6401..4b3afa44e 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/util/GridCumulativeAverage.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/util/GridCumulativeAverage.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/loadtests/util/GridLoadTestArgs.java b/modules/core/src/test/java/org/gridgain/loadtests/util/GridLoadTestArgs.java index 036e005a3..81ddc411a 100644 --- a/modules/core/src/test/java/org/gridgain/loadtests/util/GridLoadTestArgs.java +++ b/modules/core/src/test/java/org/gridgain/loadtests/util/GridLoadTestArgs.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/startup/GridRandomCommandLineLoader.java b/modules/core/src/test/java/org/gridgain/startup/GridRandomCommandLineLoader.java index 22a34e43e..cdd5c59af 100644 --- a/modules/core/src/test/java/org/gridgain/startup/GridRandomCommandLineLoader.java +++ b/modules/core/src/test/java/org/gridgain/startup/GridRandomCommandLineLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/startup/GridVmNodesStarter.java b/modules/core/src/test/java/org/gridgain/startup/GridVmNodesStarter.java index d4e4c06b8..166e0ecde 100644 --- a/modules/core/src/test/java/org/gridgain/startup/GridVmNodesStarter.java +++ b/modules/core/src/test/java/org/gridgain/startup/GridVmNodesStarter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridFileLock.java b/modules/core/src/test/java/org/gridgain/testframework/GridFileLock.java index 14043eafc..acbc5287f 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridFileLock.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridFileLock.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridJarClassLoader.java b/modules/core/src/test/java/org/gridgain/testframework/GridJarClassLoader.java index 04e3b8ea1..f91e7a553 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridJarClassLoader.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridJarClassLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridLoadTestUtils.java b/modules/core/src/test/java/org/gridgain/testframework/GridLoadTestUtils.java index 4077eac88..dfad02618 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridLoadTestUtils.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridLoadTestUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridSpiTestContext.java b/modules/core/src/test/java/org/gridgain/testframework/GridSpiTestContext.java index 92c445c79..b806a1658 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridSpiTestContext.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridSpiTestContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridStringLogger.java b/modules/core/src/test/java/org/gridgain/testframework/GridStringLogger.java index 710ad21b1..7055aa352 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridStringLogger.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridStringLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridTestClassLoader.java b/modules/core/src/test/java/org/gridgain/testframework/GridTestClassLoader.java index 9daaaf5e3..0d67033ac 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridTestClassLoader.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridTestClassLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridTestExternalClassLoader.java b/modules/core/src/test/java/org/gridgain/testframework/GridTestExternalClassLoader.java index 16af91b08..f164fa86c 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridTestExternalClassLoader.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridTestExternalClassLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridTestNode.java b/modules/core/src/test/java/org/gridgain/testframework/GridTestNode.java index fa6f638d5..900ced945 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridTestNode.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridTestNode.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridTestSafeThreadFactory.java b/modules/core/src/test/java/org/gridgain/testframework/GridTestSafeThreadFactory.java index f196fb9bc..b17e6df42 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridTestSafeThreadFactory.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridTestSafeThreadFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridTestThread.java b/modules/core/src/test/java/org/gridgain/testframework/GridTestThread.java index 1e211c345..408a8b5fd 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridTestThread.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridTestThread.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/GridTestUtils.java b/modules/core/src/test/java/org/gridgain/testframework/GridTestUtils.java index 438e47bc4..16ef82d0c 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/GridTestUtils.java +++ b/modules/core/src/test/java/org/gridgain/testframework/GridTestUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/config/GridTestProperties.java b/modules/core/src/test/java/org/gridgain/testframework/config/GridTestProperties.java index cf54c211e..ef044cc16 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/config/GridTestProperties.java +++ b/modules/core/src/test/java/org/gridgain/testframework/config/GridTestProperties.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/http/GridEmbeddedHttpServer.java b/modules/core/src/test/java/org/gridgain/testframework/http/GridEmbeddedHttpServer.java index b4c76c008..19b68d5e2 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/http/GridEmbeddedHttpServer.java +++ b/modules/core/src/test/java/org/gridgain/testframework/http/GridEmbeddedHttpServer.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/GridAbstractTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/GridAbstractTest.java index b91f6828d..1d6d2da16 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/GridAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/GridAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestKernalContext.java b/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestKernalContext.java index d0e3b79d8..eec229bca 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestKernalContext.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestKernalContext.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestResources.java b/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestResources.java index 69a6d7112..1bff08de6 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestResources.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/GridTestResources.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/cache/GridAbstractCacheStoreSelfTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/cache/GridAbstractCacheStoreSelfTest.java index 5ee1b421e..8c62d5c02 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/cache/GridAbstractCacheStoreSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/cache/GridAbstractCacheStoreSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractExamplesTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractExamplesTest.java index 9fa424eff..9b68bf125 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractExamplesTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractExamplesTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractLifecycleAwareSelfTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractLifecycleAwareSelfTest.java index 6906bd239..519348e93 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractLifecycleAwareSelfTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridAbstractLifecycleAwareSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonAbstractTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonAbstractTest.java index 82488736c..cccf05e34 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonTest.java index 1e6564fc7..891cae3c2 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/common/GridCommonTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridLog4jRollingFileAppender.java b/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridLog4jRollingFileAppender.java index 45027bb27..a3fd142fb 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridLog4jRollingFileAppender.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridLog4jRollingFileAppender.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridTestLog4jLogger.java b/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridTestLog4jLogger.java index 603b1abe9..0f3e8e2e1 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridTestLog4jLogger.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/logger/GridTestLog4jLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractConfigTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractConfigTest.java index 70f03bfca..9671f74c7 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractConfigTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractConfigTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractTest.java index 2dcbc0de0..be37e802d 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiAbstractTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTest.java b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTest.java index d9c5693b4..bd18f4f98 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTest.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTestConfig.java b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTestConfig.java index ba94a204e..12b57112f 100644 --- a/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTestConfig.java +++ b/modules/core/src/test/java/org/gridgain/testframework/junits/spi/GridSpiTestConfig.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDataStructuresSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDataStructuresSelfTestSuite.java index 8dbd03bdf..805985e3b 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDataStructuresSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDataStructuresSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDgcSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDgcSelfTestSuite.java index 66258b459..bd4d6af36 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDgcSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheDgcSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheEvictionSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheEvictionSelfTestSuite.java index 3820919dd..8d87041cc 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheEvictionSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheEvictionSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheFullApiSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheFullApiSelfTestSuite.java index 1c3d6c521..eff4981da 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheFullApiSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheFullApiSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheGroupLockSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheGroupLockSelfTestSuite.java index 9575059ae..b3293aad0 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheGroupLockSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheGroupLockSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheIteratorsSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheIteratorsSelfTestSuite.java index da4427c42..380b475ff 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheIteratorsSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheIteratorsSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheMetricsSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheMetricsSelfTestSuite.java index 5f723bfe3..ff5dc2ff1 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheMetricsSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheMetricsSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheNearOnlySelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheNearOnlySelfTestSuite.java index 980b76357..78e93407c 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheNearOnlySelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheNearOnlySelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheTxRecoverySelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheTxRecoverySelfTestSuite.java index ecefcc67f..acff6b630 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheTxRecoverySelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheTxRecoverySelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheWriteBehindTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheWriteBehindTestSuite.java index 819f4b2e0..6d3e2386f 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridCacheWriteBehindTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridCacheWriteBehindTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridContinuousTaskSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridContinuousTaskSelfTestSuite.java index 55c8c43c2..068a6d1d0 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridContinuousTaskSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridContinuousTaskSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridExternalizableSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridExternalizableSelfTestSuite.java index 7106e2ec4..a8ec4574e 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridExternalizableSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridExternalizableSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridIpcSharedMemorySelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridIpcSharedMemorySelfTestSuite.java index 3639a64f5..ee3ccb793 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridIpcSharedMemorySelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridIpcSharedMemorySelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridJobMetricsSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridJobMetricsSelfTestSuite.java index 119259c7d..765bfe61e 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridJobMetricsSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridJobMetricsSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridKernalSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridKernalSelfTestSuite.java index db097187d..e893c2d1c 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridKernalSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridKernalSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridLangSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridLangSelfTestSuite.java index 1110516a1..bb98802fa 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridLangSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridLangSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridLoadersSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridLoadersSelfTestSuite.java index 080162c04..f9f3828b2 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridLoadersSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridLoadersSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridLoggingSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridLoggingSelfTestSuite.java index 4a12a9d69..4df8db57e 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridLoggingSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridLoggingSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridMarshallerSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridMarshallerSelfTestSuite.java index 5277f137b..fc83f12a2 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridMarshallerSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridMarshallerSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridP2PSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridP2PSelfTestSuite.java index 46d90b1ca..cf29ea428 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridP2PSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridP2PSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridRichSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridRichSelfTestSuite.java index c7b4d52b3..2fe7659e4 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridRichSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridRichSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCheckpointSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCheckpointSelfTestSuite.java index 2ad5bcb0a..56788e206 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCheckpointSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCheckpointSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCollisionSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCollisionSelfTestSuite.java index f5b2c247a..fb89844ca 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCollisionSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCollisionSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCommunicationSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCommunicationSelfTestSuite.java index b2e1839b8..df6675954 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCommunicationSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiCommunicationSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDeploymentSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDeploymentSelfTestSuite.java index 54951ddab..f86cc0df1 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDeploymentSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDeploymentSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDiscoverySelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDiscoverySelfTestSuite.java index ceb6a314e..bcc9b50a3 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDiscoverySelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiDiscoverySelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiEventStorageSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiEventStorageSelfTestSuite.java index 38add5496..f4eae76cc 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiEventStorageSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiEventStorageSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiFailoverSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiFailoverSelfTestSuite.java index 4c6a13f0a..4d55a2b03 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiFailoverSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiFailoverSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiIndexingSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiIndexingSelfTestSuite.java index a6dcce668..4c64910db 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiIndexingSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiIndexingSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiLoadBalancingSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiLoadBalancingSelfTestSuite.java index 21f89fb2e..c18edaeac 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiLoadBalancingSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiLoadBalancingSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiSwapSpaceSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiSwapSpaceSelfTestSuite.java index e5017d580..600213e16 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridSpiSwapSpaceSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridSpiSwapSpaceSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridStreamerSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridStreamerSelfTestSuite.java index 814675714..cbd26b48b 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridStreamerSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridStreamerSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridTaskSessionSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridTaskSessionSelfTestSuite.java index 34a3ddfba..b09aa3157 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridTaskSessionSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridTaskSessionSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridTimeoutProcessorSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridTimeoutProcessorSelfTestSuite.java index e2478ece3..becd267e4 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridTimeoutProcessorSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridTimeoutProcessorSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/GridUtilSelfTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/GridUtilSelfTestSuite.java index b7bb17b50..353338778 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/GridUtilSelfTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/GridUtilSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridBasicTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridBasicTestSuite.java index bc25d5658..47ab69965 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridBasicTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridBasicTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridCacheFailoverTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridCacheFailoverTestSuite.java index af335975e..ca27b69f1 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridCacheFailoverTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridCacheFailoverTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridComputeGridTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridComputeGridTestSuite.java index d0f510f8b..a4b9cf1c7 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridComputeGridTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridComputeGridTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridRestartTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridRestartTestSuite.java index 42ded8784..052ccfd70 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridRestartTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridRestartTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridTestSuite.java index 088673a50..78d2d402f 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridDataGridTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridGgfsTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridGgfsTestSuite.java index 377724e67..2ad3c62b7 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridGgfsTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridGgfsTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridRestHandlerTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridRestHandlerTestSuite.java index 2e7de4d92..f38e1e036 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridRestHandlerTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridRestHandlerTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridSpiTestSuite.java b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridSpiTestSuite.java index 4798a9813..a39ba3758 100644 --- a/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridSpiTestSuite.java +++ b/modules/core/src/test/java/org/gridgain/testsuites/bamboo/GridSpiTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/resources/load/js/gg-loadtest-server.js b/modules/core/src/test/resources/load/js/gg-loadtest-server.js index 3463398d4..9557bb17e 100644 --- a/modules/core/src/test/resources/load/js/gg-loadtest-server.js +++ b/modules/core/src/test/resources/load/js/gg-loadtest-server.js @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/core/src/test/webapp/META-INF/gg-config.xml b/modules/core/src/test/webapp/META-INF/gg-config.xml index 6f8817e89..83d8128f4 100644 --- a/modules/core/src/test/webapp/META-INF/gg-config.xml +++ b/modules/core/src/test/webapp/META-INF/gg-config.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/core/src/test/webapp/WEB-INF/web.xml b/modules/core/src/test/webapp/WEB-INF/web.xml index d37b89c6d..91cb54e1d 100644 --- a/modules/core/src/test/webapp/WEB-INF/web.xml +++ b/modules/core/src/test/webapp/WEB-INF/web.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/email/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessor.java b/modules/email/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessor.java index 74c061337..50c4e734b 100644 --- a/modules/email/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessor.java +++ b/modules/email/src/main/java/org/gridgain/grid/kernal/processors/email/GridEmailProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/META-INF/gridgain.xml b/modules/extdata/p2p/META-INF/gridgain.xml index a7ed1ed5b..b4b6716ac 100644 --- a/modules/extdata/p2p/META-INF/gridgain.xml +++ b/modules/extdata/p2p/META-INF/gridgain.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestKey.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestKey.java index 94d2a13a9..34fa09b68 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestKey.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask1.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask1.java index eda9a901b..20ed4aeb8 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask1.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask2.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask2.java index b0c796df2..21e3ea8c7 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask2.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask3.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask3.java index 6622a562b..ecb19d3d6 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask3.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestTask3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue.java index 384b2dda6..3e252c793 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue2.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue2.java index a3c33f53a..dc303a92c 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue2.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue3.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue3.java index 436020bde..519257d86 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue3.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeFilter.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeFilter.java index d21286419..873bf857a 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeFilter.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeProjectionPredicate.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeProjectionPredicate.java index 53bff7d72..724d6b2b5 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeProjectionPredicate.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridEventConsumeProjectionPredicate.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityFunction.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityFunction.java index a9797b1b5..c3b067be4 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityFunction.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityFunction.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityKeyMapper.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityKeyMapper.java index d37a973cd..8d0bd95ec 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityKeyMapper.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalAffinityKeyMapper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalCacheQueryReducerClosure.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalCacheQueryReducerClosure.java index 76cb011a8..590c40510 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalCacheQueryReducerClosure.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridExternalCacheQueryReducerClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PAwareTestUserResource.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PAwareTestUserResource.java index 25132c6f0..1e5a9701d 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PAwareTestUserResource.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PAwareTestUserResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask1.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask1.java index 3a0a83a3c..10e28bb3c 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask1.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask2.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask2.java index 237e49ded..8da80eb74 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask2.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PContinuousDeploymentTask2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath1.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath1.java index 0cf0580e2..bb1873e07 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath1.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath2.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath2.java index 3b23a16df..6ae2bd4be 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath2.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PEventFilterExternalPath2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath1.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath1.java index 7a0261758..357097c25 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath1.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath2.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath2.java index a8432a29d..63fe2caa5 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath2.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridP2PTestTaskExternalPath2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestJobTarget.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestJobTarget.java index 1e28f2260..a97a32d24 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestJobTarget.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestJobTarget.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestTask.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestTask.java index dd308bc8f..33ad2ae96 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestTask.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridSingleSplitTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageListener.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageListener.java index 478d543ce..efb7bf21e 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageListener.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageTopic.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageTopic.java index e1bf0ab58..de7d35840 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageTopic.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestMessageTopic.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestUserResource.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestUserResource.java index 01c936b48..9cffee89e 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestUserResource.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestUserResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestVersionConverter.java b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestVersionConverter.java index c4aea6abf..e5368c951 100644 --- a/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestVersionConverter.java +++ b/modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridTestVersionConverter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentAbstractTestTask.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentAbstractTestTask.java index 5156713c7..b4d555173 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentAbstractTestTask.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentAbstractTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency1.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency1.java index 6e0297aaf..e7107e5e9 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency1.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency2.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency2.java index 2d104a7f3..17c92ffec 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency2.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentDependency2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInnerTestTask.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInnerTestTask.java index b86d14023..b7bd5a8b8 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInnerTestTask.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInnerTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInterfaceTestTask.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInterfaceTestTask.java index 15769529f..b890985b0 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInterfaceTestTask.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentInterfaceTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentNonePublicTestTask.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentNonePublicTestTask.java index e90dff17f..0cebd7b94 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentNonePublicTestTask.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentNonePublicTestTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask0.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask0.java index 42494e57a..d26931ccf 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask0.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask0.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask1.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask1.java index da4ad0b10..e661dd587 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask1.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask2.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask2.java index 60f6dfc4b..c4e60d44f 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask2.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask3.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask3.java index dcd5f1317..5afbce477 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask3.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask4.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask4.java index 8ab347189..7138c6741 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask4.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask4.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask5.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask5.java index 62c748476..c57b0ce54 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask5.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask5.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask6.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask6.java index 3a7a2b0b2..adf1f2c1c 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask6.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestTask6.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask0.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask0.java index 74b0d7ea3..abf4c57ac 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask0.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask0.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask3.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask3.java index 8b43c5527..5e7a4a192 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask3.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask3.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask4.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask4.java index 0f9a4e01b..ed4cd2d72 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask4.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask4.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask5.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask5.java index b21e49c18..22fde8801 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask5.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask5.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask6.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask6.java index 8f45c1e8f..53b62fd8b 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask6.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask6.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask7.java b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask7.java index aca085cfd..7bd8782ca 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask7.java +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/GridUriDeploymentTestWithNameTask7.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/spring1.xml b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/spring1.xml index cb3a19e50..d7ba6cb8e 100644 --- a/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/spring1.xml +++ b/modules/extdata/uri/src/main/java/org/gridgain/grid/spi/deployment/uri/tasks/spring1.xml @@ -1,5 +1,19 @@ diff --git a/modules/scalar/src/test/resources/spring-ping-pong-partner.xml b/modules/scalar/src/test/resources/spring-ping-pong-partner.xml index 6b87576d9..56a0573c7 100644 --- a/modules/scalar/src/test/resources/spring-ping-pong-partner.xml +++ b/modules/scalar/src/test/resources/spring-ping-pong-partner.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarAffinityRoutingSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarAffinityRoutingSpec.scala index f224aaefc..2642f1b5f 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarAffinityRoutingSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarAffinityRoutingSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheProjectionSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheProjectionSpec.scala index 3a12b3a2a..e28017142 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheProjectionSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheProjectionSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheQueriesSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheQueriesSpec.scala index 8e9095e94..1e81aff34 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheQueriesSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheQueriesSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheSpec.scala index 428ab08ce..a8bc0f4a3 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarCacheSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarConversionsSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarConversionsSpec.scala index 222a0268f..2b4b88242 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarConversionsSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarConversionsSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarProjectionSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarProjectionSpec.scala index b78f3c4f7..64f2a06b4 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarProjectionSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarProjectionSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarReturnableSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarReturnableSpec.scala index 670b3ce09..36c285924 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarReturnableSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarReturnableSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarSpec.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarSpec.scala index 274d66c34..8fe76d8bf 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarSpec.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/tests/ScalarSpec.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/scalar/src/test/scala/org/gridgain/scalar/testsuites/ScalarSelfTestSuite.scala b/modules/scalar/src/test/scala/org/gridgain/scalar/testsuites/ScalarSelfTestSuite.scala index 76b6bdd02..718c3068f 100644 --- a/modules/scalar/src/test/scala/org/gridgain/scalar/testsuites/ScalarSelfTestSuite.scala +++ b/modules/scalar/src/test/scala/org/gridgain/scalar/testsuites/ScalarSelfTestSuite.scala @@ -1,4 +1,18 @@ -/* @scala.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* * ________ ______ ______ _______ diff --git a/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleFutureImpl.java b/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleFutureImpl.java index f1eea1745..d7e82720e 100644 --- a/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleFutureImpl.java +++ b/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleFutureImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessor.java b/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessor.java index 52fb5df08..79b05d86a 100644 --- a/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessor.java +++ b/modules/schedule/src/main/java/org/gridgain/grid/kernal/processors/schedule/GridScheduleProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/schedule/src/test/java/org/gridgain/grid/kernal/GridScheduleSelfTest.java b/modules/schedule/src/test/java/org/gridgain/grid/kernal/GridScheduleSelfTest.java index 937ee6a5c..e155a20cb 100644 --- a/modules/schedule/src/test/java/org/gridgain/grid/kernal/GridScheduleSelfTest.java +++ b/modules/schedule/src/test/java/org/gridgain/grid/kernal/GridScheduleSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/schedule/src/test/java/org/gridgain/testsuites/bamboo/GridSchedulerTestSuite.java b/modules/schedule/src/test/java/org/gridgain/testsuites/bamboo/GridSchedulerTestSuite.java index 9a95f3523..85d691d00 100644 --- a/modules/schedule/src/test/java/org/gridgain/testsuites/bamboo/GridSchedulerTestSuite.java +++ b/modules/schedule/src/test/java/org/gridgain/testsuites/bamboo/GridSchedulerTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/slf4j/src/main/java/org/gridgain/grid/logger/slf4j/GridSlf4jLogger.java b/modules/slf4j/src/main/java/org/gridgain/grid/logger/slf4j/GridSlf4jLogger.java index 8d6cbdb30..f2c4c7512 100644 --- a/modules/slf4j/src/main/java/org/gridgain/grid/logger/slf4j/GridSlf4jLogger.java +++ b/modules/slf4j/src/main/java/org/gridgain/grid/logger/slf4j/GridSlf4jLogger.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/GridGainSpring.java b/modules/spring/src/main/java/org/gridgain/grid/GridGainSpring.java index b59eb18f4..f99d64be6 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/GridGainSpring.java +++ b/modules/spring/src/main/java/org/gridgain/grid/GridGainSpring.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/GridSpringBean.java b/modules/spring/src/main/java/org/gridgain/grid/GridSpringBean.java index 34235a9a6..f2a0ab8c7 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/GridSpringBean.java +++ b/modules/spring/src/main/java/org/gridgain/grid/GridSpringBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCache.java b/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCache.java index 8d298e35d..a39120528 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCache.java +++ b/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCache.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCacheManager.java b/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCacheManager.java index 2b79778e9..aba4855a0 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCacheManager.java +++ b/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringCacheManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManager.java b/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManager.java index 2c7f96954..4adc0aad9 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManager.java +++ b/modules/spring/src/main/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManager.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceSpringBeanInjector.java b/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceSpringBeanInjector.java index 4fd265afb..35b46f0cc 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceSpringBeanInjector.java +++ b/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridResourceSpringBeanInjector.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContextImpl.java b/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContextImpl.java index 4e41765c5..ca4aefb40 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContextImpl.java +++ b/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/resource/GridSpringResourceContextImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessorImpl.java b/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessorImpl.java index c4caf7519..a842eae6c 100644 --- a/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessorImpl.java +++ b/modules/spring/src/main/java/org/gridgain/grid/kernal/processors/spring/GridSpringProcessorImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheManagerSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheManagerSelfTest.java index a3074369b..590ad9306 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheManagerSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKey.java b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKey.java index 164512473..b70da6eec 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKey.java +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKey.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKeyGenerator.java b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKeyGenerator.java index 5a8bab158..442f4486e 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKeyGenerator.java +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestKeyGenerator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestService.java b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestService.java index 597ac6e1d..0415588ee 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestService.java +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringCacheTestService.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManagerSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManagerSelfTest.java index 9293e9262..c6941df2b 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManagerSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheManagerSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheTestService.java b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheTestService.java index 0c5206858..dddf3b59d 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheTestService.java +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/GridSpringDynamicCacheTestService.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-caching.xml b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-caching.xml index fbfae5efe..d455d2794 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-caching.xml +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-caching.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-dynamic-caching.xml b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-dynamic-caching.xml index f42c1b8c5..52e9d36b1 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-dynamic-caching.xml +++ b/modules/spring/src/test/java/org/gridgain/grid/cache/spring/spring-dynamic-caching.xml @@ -7,7 +7,21 @@ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - @xml.file.header + + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Version: @xml.file.version --> diff --git a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridAbstractUserExternalResource.java b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridAbstractUserExternalResource.java index f7f32bd68..edd5a2783 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridAbstractUserExternalResource.java +++ b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridAbstractUserExternalResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource1.java b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource1.java index 9c02a3f5e..42eaf2288 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource1.java +++ b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource2.java b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource2.java index fd9ffdfe8..e496a8eb5 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource2.java +++ b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResource2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask1.java b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask1.java index a9f37ec31..30e5c12b4 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask1.java +++ b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask1.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask2.java b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask2.java index cf2812c3a..040fe4c9e 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask2.java +++ b/modules/spring/src/test/java/org/gridgain/grid/external/resource/GridUserExternalResourceTask2.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/GridFactorySelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/GridFactorySelfTest.java index 716626ba2..3afc091e7 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/GridFactorySelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/GridFactorySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/GridSpringBeanSerializationSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/GridSpringBeanSerializationSelfTest.java index 8b00823d3..19dec2261 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/GridSpringBeanSerializationSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/GridSpringBeanSerializationSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridAbstractUserResource.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridAbstractUserResource.java index 7cbf56402..cb96cb0ca 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridAbstractUserResource.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridAbstractUserResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridLoggerInjectionSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridLoggerInjectionSelfTest.java index 6e35e374c..bd689a13a 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridLoggerInjectionSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridLoggerInjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceConcurrentUndeploySelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceConcurrentUndeploySelfTest.java index a5874f3ad..4529ac215 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceConcurrentUndeploySelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceConcurrentUndeploySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceEventFilterSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceEventFilterSelfTest.java index d991da633..39492289e 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceEventFilterSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceEventFilterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldInjectionSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldInjectionSelfTest.java index 3d5ef569e..013793d9e 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldInjectionSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldInjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldOverrideInjectionSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldOverrideInjectionSelfTest.java index 76fa88330..d300fd0e1 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldOverrideInjectionSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceFieldOverrideInjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIocSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIocSelfTest.java index b8ac2e2ff..e06924d81 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIocSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIocSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedClassLoaderSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedClassLoaderSelfTest.java index 505c3bf03..69436977f 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedClassLoaderSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedClassLoaderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedTaskSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedTaskSelfTest.java index 29bb4c5ac..b74af2030 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedTaskSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceIsolatedTaskSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodInjectionSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodInjectionSelfTest.java index de2ced4f3..368e78076 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodInjectionSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodInjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodOverrideInjectionSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodOverrideInjectionSelfTest.java index a40b30075..6f95be17f 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodOverrideInjectionSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceMethodOverrideInjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessorSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessorSelfTest.java index ed268bb84..68d166997 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessorSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceSharedUndeploySelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceSharedUndeploySelfTest.java index 16c114159..b99e13731 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceSharedUndeploySelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceSharedUndeploySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceTestUtils.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceTestUtils.java index 47c17a216..36d9a52af 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceTestUtils.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceTestUtils.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceUserExternalTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceUserExternalTest.java index 051898243..19a3e2fe8 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceUserExternalTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridResourceUserExternalTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridServiceInjectionSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridServiceInjectionSelfTest.java index 06a8ca937..d0192d493 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridServiceInjectionSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/GridServiceInjectionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/TestClosure.java b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/TestClosure.java index 98dd12e17..ea0895c80 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/TestClosure.java +++ b/modules/spring/src/test/java/org/gridgain/grid/kernal/processors/resource/TestClosure.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PAbstractUserResource.java b/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PAbstractUserResource.java index 2350d78a2..0bd961a74 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PAbstractUserResource.java +++ b/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PAbstractUserResource.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousLocalDeploySelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousLocalDeploySelfTest.java index da0cbe62c..568457ec4 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousLocalDeploySelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PContinuousLocalDeploySelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PUserVersionChangeSelfTest.java b/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PUserVersionChangeSelfTest.java index f869bb490..5641b8998 100644 --- a/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PUserVersionChangeSelfTest.java +++ b/modules/spring/src/test/java/org/gridgain/grid/p2p/GridP2PUserVersionChangeSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/testsuites/GridResourceSelfTestSuite.java b/modules/spring/src/test/java/org/gridgain/testsuites/GridResourceSelfTestSuite.java index be9c05a6a..4b99ed21c 100644 --- a/modules/spring/src/test/java/org/gridgain/testsuites/GridResourceSelfTestSuite.java +++ b/modules/spring/src/test/java/org/gridgain/testsuites/GridResourceSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/spring/src/test/java/org/gridgain/testsuites/bamboo/GridSpringTestSuite.java b/modules/spring/src/test/java/org/gridgain/testsuites/bamboo/GridSpringTestSuite.java index 8c0dab0c8..ac623179d 100644 --- a/modules/spring/src/test/java/org/gridgain/testsuites/bamboo/GridSpringTestSuite.java +++ b/modules/spring/src/test/java/org/gridgain/testsuites/bamboo/GridSpringTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallableImpl.java b/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallableImpl.java index 2ab916630..cac62570a 100644 --- a/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallableImpl.java +++ b/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridNodeCallableImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessorImpl.java b/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessorImpl.java index 5ce55892a..2ba974216 100644 --- a/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessorImpl.java +++ b/modules/ssh/src/main/java/org/gridgain/grid/util/nodestart/GridSshProcessorImpl.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocAntTask.java b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocAntTask.java index 6e44041a0..f28a2aa4d 100644 --- a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocAntTask.java +++ b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocAntTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocCharArrayLexReader.java b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocCharArrayLexReader.java index 763a9a7f4..ad768da61 100644 --- a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocCharArrayLexReader.java +++ b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocCharArrayLexReader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocToken.java b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocToken.java index e7ae863eb..80f09727f 100644 --- a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocToken.java +++ b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocToken.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocTokenType.java b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocTokenType.java index 95a88d690..21a617e43 100644 --- a/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocTokenType.java +++ b/modules/tools/src/main/java/org/gridgain/grid/tools/ant/beautifier/GridJavadocTokenType.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/tools/src/main/java/org/gridgain/grid/tools/javadoc/GridLinkTaglet.java b/modules/tools/src/main/java/org/gridgain/grid/tools/javadoc/GridLinkTaglet.java index 106386c44..4a08e3782 100644 --- a/modules/tools/src/main/java/org/gridgain/grid/tools/javadoc/GridLinkTaglet.java +++ b/modules/tools/src/main/java/org/gridgain/grid/tools/javadoc/GridLinkTaglet.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/tools/src/main/java/org/gridgain/grid/tools/marshaller/optimized/OptimizedClassNamesGenerator.java b/modules/tools/src/main/java/org/gridgain/grid/tools/marshaller/optimized/OptimizedClassNamesGenerator.java index 7c90782c4..1c1bf7fd9 100644 --- a/modules/tools/src/main/java/org/gridgain/grid/tools/marshaller/optimized/OptimizedClassNamesGenerator.java +++ b/modules/tools/src/main/java/org/gridgain/grid/tools/marshaller/optimized/OptimizedClassNamesGenerator.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/tools/src/main/java/org/gridgain/grid/util/antgar/GridDeploymentGarAntTask.java b/modules/tools/src/main/java/org/gridgain/grid/util/antgar/GridDeploymentGarAntTask.java index a401a75b2..c8feef951 100644 --- a/modules/tools/src/main/java/org/gridgain/grid/util/antgar/GridDeploymentGarAntTask.java +++ b/modules/tools/src/main/java/org/gridgain/grid/util/antgar/GridDeploymentGarAntTask.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoader.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoader.java index cf68f2cba..58e010159 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoader.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderFactory.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderFactory.java index 7f541aa6d..24efe111c 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderFactory.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderFactory.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentDiscovery.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentDiscovery.java index 990ca1d9e..d55d413e7 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentDiscovery.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentDiscovery.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessor.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessor.java index 7381014cc..d940dd1c5 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessor.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorResult.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorResult.java index b2dcab6ff..896c0448b 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorResult.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorResult.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileResourceLoader.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileResourceLoader.java index 83100b3c3..1c027fb57 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileResourceLoader.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileResourceLoader.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentJarVerifier.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentJarVerifier.java index 2a855d00c..193bb2b35 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentJarVerifier.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentJarVerifier.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpi.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpi.java index 9f519a1d2..b9d7bb6c5 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpi.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpi.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpiMBean.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpiMBean.java index cdd7003dd..cfa446e11 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpiMBean.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpiMBean.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringDocument.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringDocument.java index 3f4a020ce..545903628 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringDocument.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringDocument.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringParser.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringParser.java index 182f2997a..7bc8a7f85 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringParser.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSpringParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUnitDescriptor.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUnitDescriptor.java index b2c410280..cb5bf35b6 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUnitDescriptor.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUnitDescriptor.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUriParser.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUriParser.java index 116f85ce3..e019c5a26 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUriParser.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentUriParser.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFileHandler.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFileHandler.java index 4663bfde4..58d5d4981 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFileHandler.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFileHandler.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFolderScannerHelper.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFolderScannerHelper.java index 2a1eb3e29..af8fef9fd 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFolderScannerHelper.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridDeploymentFolderScannerHelper.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScanner.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScanner.java index 7008eb999..3b95a3007 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScanner.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScanner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScannerListener.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScannerListener.java index 773664d6a..808db226a 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScannerListener.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/GridUriDeploymentScannerListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/file/GridUriDeploymentFileScanner.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/file/GridUriDeploymentFileScanner.java index c91e45c46..eb517bb1c 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/file/GridUriDeploymentFileScanner.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/file/GridUriDeploymentFileScanner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpClient.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpClient.java index 5d2a50852..7fe1fccd1 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpClient.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpClient.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpConfiguration.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpConfiguration.java index 772d336e1..647f9dbaa 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpConfiguration.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpConfiguration.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpException.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpException.java index 231f85886..dc1ad7801 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpException.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpException.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpFile.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpFile.java index c418d7dea..6411f0298 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpFile.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpFile.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpScanner.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpScanner.java index 96f330fe0..16481e335 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpScanner.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/ftp/GridUriDeploymentFtpScanner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/http/GridUriDeploymentHttpScanner.java b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/http/GridUriDeploymentHttpScanner.java index 14d9d065e..84d25625b 100644 --- a/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/http/GridUriDeploymentHttpScanner.java +++ b/modules/urideploy/src/main/java/org/gridgain/grid/spi/deployment/uri/scanners/http/GridUriDeploymentHttpScanner.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/kernal/GridTaskUriDeploymentDeadlockSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/kernal/GridTaskUriDeploymentDeadlockSelfTest.java index 46335087a..2f23d9e23 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/kernal/GridTaskUriDeploymentDeadlockSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/kernal/GridTaskUriDeploymentDeadlockSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/p2p/GridP2PDisabledSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/p2p/GridP2PDisabledSelfTest.java index 2d75cc6e9..d089a6e0f 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/p2p/GridP2PDisabledSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/p2p/GridP2PDisabledSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentAbstractSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentAbstractSelfTest.java index 3c5d466d1..394f6225f 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentAbstractSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentAbstractSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderMultiThreadedSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderMultiThreadedSelfTest.java index 4a7060b84..182a1b313 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderMultiThreadedSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderMultiThreadedSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderSelfTest.java index f97342bd5..08ad765b7 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassLoaderSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassloaderRegisterSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassloaderRegisterSelfTest.java index 4c1f2ea0b..b9fefbc55 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassloaderRegisterSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentClassloaderRegisterSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentConfigSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentConfigSelfTest.java index c1db12782..c00a92399 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentConfigSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentConfigSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java index 8ec2b6562..bf5fd6e91 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMd5CheckSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMd5CheckSelfTest.java index f2baceba1..ce90d46b1 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMd5CheckSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMd5CheckSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersErrorThrottlingTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersErrorThrottlingTest.java index 4d939e600..f93468882 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersErrorThrottlingTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersErrorThrottlingTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersSelfTest.java index 6c642328c..e7c077586 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentMultiScannersSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSimpleSelfTest.java b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSimpleSelfTest.java index abbeacb1b..5de64919d 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSimpleSelfTest.java +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/GridUriDeploymentSimpleSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml index 967266815..40e9eba3b 100644 --- a/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml +++ b/modules/urideploy/src/test/java/org/gridgain/grid/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml @@ -1,7 +1,21 @@ diff --git a/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSession.java b/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSession.java index a689d161b..f625ad528 100644 --- a/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSession.java +++ b/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSession.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionFilter.java b/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionFilter.java index 2fb8bde6d..0cbee2e3d 100644 --- a/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionFilter.java +++ b/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionFilter.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionListener.java b/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionListener.java index 898d3883e..7be01b65f 100644 --- a/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionListener.java +++ b/modules/web/src/main/java/org/gridgain/grid/cache/websession/GridWebSessionListener.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletContextListenerStartup.java b/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletContextListenerStartup.java index 35df6feeb..df891b7d1 100644 --- a/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletContextListenerStartup.java +++ b/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletContextListenerStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletStartup.java b/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletStartup.java index fad45fc67..640b272b6 100644 --- a/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletStartup.java +++ b/modules/web/src/main/java/org/gridgain/grid/startup/servlet/GridServletStartup.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTest.java b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTest.java index 7fe65412c..4e80504c6 100644 --- a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTest.java +++ b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTestSuite.java b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTestSuite.java index d96012216..519612f93 100644 --- a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTestSuite.java +++ b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionSelfTestSuite.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionServerStart.java b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionServerStart.java index 1d2c8e766..4247e24d0 100644 --- a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionServerStart.java +++ b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionServerStart.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionTest.java b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionTest.java index ccbd1d047..fdeb5c60c 100644 --- a/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionTest.java +++ b/modules/web/src/test/java/org/gridgain/grid/kernal/websession/GridWebSessionTest.java @@ -1,4 +1,18 @@ -/* @java.file.header */ +/* + Copyright (C) GridGain Systems. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ diff --git a/pom-standalone.xml b/pom-standalone.xml deleted file mode 100644 index 2a8cbca1d..000000000 --- a/pom-standalone.xml +++ /dev/null @@ -1,1055 +0,0 @@ - - - - - - 4.0.0 - - - 6.6.8-p1 - fabric - 2.4.1 - 4.1.0.RELEASE - UTF-8 - MMMM d yyyy - doxygen - git - - - org.gridgain - gridgain - ${gridgain.version} - pom - - - modules/core - modules/hadoop - modules/extdata/p2p - modules/extdata/uri - modules/clients - examples - modules/scalar - modules/visor-console - modules/visor-plugins - modules/visor-trial - modules/jdk8-backport - modules/tools - modules/spring - modules/hibernate - modules/web - modules/aop - modules/urideploy - modules/indexing - modules/ssh - modules/rest-http - modules/email - modules/jta - modules/aws - modules/schedule - modules/log4j - modules/slf4j - modules/jcl - - - - - - log4j - log4j - 1.2.17 - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - - - - - - - junit - junit - 4.11 - test - - - - log4j - log4j - test - - - - commons-collections - commons-collections - 3.2.1 - test - - - - commons-io - commons-io - 2.4 - test - - - - org.eclipse.jetty - jetty-http - 9.0.5.v20130815 - test - - - - org.eclipse.jetty - jetty-server - 9.0.5.v20130815 - test - - - - org.eclipse.jetty - jetty-util - 9.0.5.v20130815 - test - - - - org.springframework - spring-core - ${spring.version} - test - - - - org.springframework - spring-aop - ${spring.version} - test - - - - org.springframework - spring-beans - ${spring.version} - test - - - - org.springframework - spring-context - ${spring.version} - test - - - - org.springframework - spring-expression - ${spring.version} - test - - - - org.springframework - spring-tx - ${spring.version} - test - - - - com.beust - jcommander - 1.30 - test - - - - - - - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - module-javadoc - - jar - - package - - - - org.gridgain.grid.tools.javadoc.GridLinkTaglet - - org.gridgain - gridgain-tools - ${gridgain.version} - - - - GridGain ${gridgain.version} - GridGain ${gridgain.version} - true - true - protected - true - false - false - 1.7 - - http://docs.oracle.com/javase/7/docs/api/ - http://hadoop.apache.org/docs/current/api/ - - assembly/docfiles/javadoc.css - - - Common Grid APIs - org.gridgain.grid:org.gridgain.grid.spi:org.gridgain.grid.lang:org.gridgain.grid.resources:org.gridgain.grid.thread:org.gridgain.grid.product:org.gridgain.grid.scheduler - - - Messaging APIs - org.gridgain.grid.messaging - - - Event Notification APIs - org.gridgain.grid.events - - - Compute Grid APIs - org.gridgain.grid.compute:org.gridgain.grid.compute.gridify:org.gridgain.grid.compute.gridify.aop:org.gridgain.grid.compute.gridify.aop.aspectj:org.gridgain.grid.compute.gridify.aop.spring - - - Data Grid APIs - org.gridgain.grid.cache:org.gridgain.grid.cache.datastructures:org.gridgain.grid.cache.cloner:org.gridgain.grid.cache.store:org.gridgain.grid.cache.store.hibernate:org.gridgain.grid.cache.store.jdbc:org.gridgain.grid.cache.query:org.gridgain.grid.cache.affinity:org.gridgain.grid.cache.affinity.consistenthash:org.gridgain.grid.cache.affinity.rendezvous:org.gridgain.grid.cache.affinity.fair:org.gridgain.grid.cache.eviction:org.gridgain.grid.cache.eviction.fifo:org.gridgain.grid.cache.eviction.ggfs:org.gridgain.grid.cache.eviction.lru:org.gridgain.grid.cache.eviction.random:org.gridgain.grid.cache.jta:org.gridgain.grid.cache.jta.jndi:org.gridgain.grid.cache.jta.reflect:org.gridgain.grid.cache.websession:org.gridgain.grid.cache.hibernate:org.gridgain.grid.dataload - - - Hadoop Accelerator APIs - org.gridgain.grid.ggfs:org.gridgain.grid.ggfs.hadoop:org.gridgain.grid.ggfs.hadoop.v1:org.gridgain.grid.ggfs.hadoop.v2:org.gridgain.grid.ggfs.mapreduce:org.gridgain.grid.ggfs.mapreduce.records:org.gridgain.grid.hadoop - - - Streaming APIs - org.gridgain.grid.streamer:org.gridgain.grid.streamer.router:org.gridgain.grid.streamer.window:org.gridgain.grid.streamer.index:org.gridgain.grid.streamer.index.hash:org.gridgain.grid.streamer.index.tree - - - Security APIs - org.gridgain.grid.security - - - Distributed Services APIs - org.gridgain.grid.service - - - JDBC Driver - org.gridgain.jdbc - - - SPI: CheckPoint - org.gridgain.grid.spi.checkpoint:org.gridgain.grid.spi.checkpoint.jdbc:org.gridgain.grid.spi.checkpoint.s3:org.gridgain.grid.spi.checkpoint.cache:org.gridgain.grid.spi.checkpoint.noop:org.gridgain.grid.spi.checkpoint.sharedfs - - - SPI: Collision - org.gridgain.grid.spi.collision:org.gridgain.grid.spi.collision.fifoqueue:org.gridgain.grid.spi.collision.jobstealing:org.gridgain.grid.spi.collision.noop:org.gridgain.grid.spi.collision.priorityqueue - - - SPI: Indexing - org.gridgain.grid.spi.indexing:org.gridgain.grid.spi.indexing.h2 - - - SPI: Load Balancing - org.gridgain.grid.spi.loadbalancing:org.gridgain.grid.spi.loadbalancing.adaptive:org.gridgain.grid.spi.loadbalancing.weightedrandom:org.gridgain.grid.spi.loadbalancing.roundrobin - - - SPI: Communication - org.gridgain.grid.spi.communication:org.gridgain.grid.spi.communication.tcp - - - SPI: Deployment - org.gridgain.grid.spi.deployment:org.gridgain.grid.spi.deployment.local:org.gridgain.grid.spi.deployment.uri - - - SPI: Swap Space - org.gridgain.grid.spi.swapspace:org.gridgain.grid.spi.swapspace.file:org.gridgain.grid.spi.swapspace.noop - - - SPI: Discovery - org.gridgain.grid.spi.discovery:org.gridgain.grid.spi.discovery.tcp:org.gridgain.grid.spi.discovery.tcp.ipfinder:org.gridgain.grid.spi.discovery.tcp.ipfinder.s3:org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc:org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs:org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast:org.gridgain.grid.spi.discovery.tcp.ipfinder.vm:org.gridgain.grid.spi.discovery.tcp.metricsstore:org.gridgain.grid.spi.discovery.tcp.metricsstore.s3:org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc:org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs:org.gridgain.grid.spi.discovery.tcp.metricsstore.vm - - - SPI: Failover - org.gridgain.grid.spi.failover:org.gridgain.grid.spi.failover.never:org.gridgain.grid.spi.failover.jobstealing:org.gridgain.grid.spi.failover.always - - - SPI: Event Storage - org.gridgain.grid.spi.eventstorage:org.gridgain.grid.spi.eventstorage.memory - - - Segmentation Detection - org.gridgain.grid.segmentation - - - Logging - org.gridgain.grid.logger:org.gridgain.grid.logger.log4j:org.gridgain.grid.logger.java:org.gridgain.grid.logger.tomcat:org.gridgain.grid.logger.jcl:org.gridgain.grid.logger.slf4j:org.gridgain.grid.logger.jboss - - - Loaders - org.gridgain.grid.startup:org.gridgain.grid.startup.cmdline:org.gridgain.grid.startup.servlet:org.gridgain.grid.startup.tomcat - - - Marshallers - org.gridgain.grid.marshaller:org.gridgain.grid.marshaller.optimized:org.gridgain.grid.marshaller.jdk - - -
- -
- - - - - - - - - - -
- 2014 Copyright © GridGain Systems -
- - - - - - - - -
- Follow us:   - - - Follow GridGain on Twitter - - - - Follow GridGain on Vimeo - -
- - - - - - - - - - - - - - - -
- GridGain Fabric - :   - ver. ${gridgain.version} -
- Release Date - :   - ${maven.build.timestamp} -
- - - - ]]> -
-
-
- - - core-javadoc - - aggregate - - prepare-package - - - - org.gridgain.grid.tools.javadoc.GridLinkTaglet - - org.gridgain - gridgain-tools - ${gridgain.version} - - - - target/javadoc - core - GridGain ${gridgain.version} - GridGain ${gridgain.version} - true - true - protected - true - false - false - 1.7 - - http://docs.oracle.com/javase/7/docs/api/ - http://hadoop.apache.org/docs/current/api/ - - assembly/docfiles/javadoc.css - com.*:org.jetbrains.*:org.pcollections:*.jdk8:*.tests:*.tools:*.typedef:*.examples:*.client:*.kernal:*.util:*.dr:*.spi.authentication:*.spi.securesession:*.spi.discovery.tcp.messages:*.spi.discovery.tcp.internal:*.spi.deployment.uri.scanners:*.spi.deployment.uri.tasks:*.spi.indexing.h2.opt:org.gridgain.grid.portables - - - Common Grid APIs - org.gridgain.grid:org.gridgain.grid.spi:org.gridgain.grid.lang:org.gridgain.grid.resources:org.gridgain.grid.thread:org.gridgain.grid.product:org.gridgain.grid.scheduler - - - Messaging APIs - org.gridgain.grid.messaging - - - Event Notification APIs - org.gridgain.grid.events - - - Compute Grid APIs - org.gridgain.grid.compute:org.gridgain.grid.compute.gridify:org.gridgain.grid.compute.gridify.aop:org.gridgain.grid.compute.gridify.aop.aspectj:org.gridgain.grid.compute.gridify.aop.spring - - - Data Grid APIs - org.gridgain.grid.cache:org.gridgain.grid.cache.datastructures:org.gridgain.grid.cache.cloner:org.gridgain.grid.cache.store:org.gridgain.grid.cache.store.hibernate:org.gridgain.grid.cache.store.jdbc:org.gridgain.grid.cache.query:org.gridgain.grid.cache.affinity:org.gridgain.grid.cache.affinity.consistenthash:org.gridgain.grid.cache.affinity.rendezvous:org.gridgain.grid.cache.affinity.fair:org.gridgain.grid.cache.eviction:org.gridgain.grid.cache.eviction.fifo:org.gridgain.grid.cache.eviction.ggfs:org.gridgain.grid.cache.eviction.lru:org.gridgain.grid.cache.eviction.random:org.gridgain.grid.cache.jta:org.gridgain.grid.cache.jta.jndi:org.gridgain.grid.cache.jta.reflect:org.gridgain.grid.cache.websession:org.gridgain.grid.cache.hibernate:org.gridgain.grid.dataload - - - Hadoop Accelerator APIs - org.gridgain.grid.ggfs:org.gridgain.grid.ggfs.hadoop:org.gridgain.grid.ggfs.hadoop.v1:org.gridgain.grid.ggfs.hadoop.v2:org.gridgain.grid.ggfs.mapreduce:org.gridgain.grid.ggfs.mapreduce.records:org.gridgain.grid.hadoop - - - Streaming APIs - org.gridgain.grid.streamer:org.gridgain.grid.streamer.router:org.gridgain.grid.streamer.window:org.gridgain.grid.streamer.index:org.gridgain.grid.streamer.index.hash:org.gridgain.grid.streamer.index.tree - - - Security APIs - org.gridgain.grid.security - - - Distributed Services APIs - org.gridgain.grid.service - - - JDBC Driver - org.gridgain.jdbc - - - SPI: CheckPoint - org.gridgain.grid.spi.checkpoint:org.gridgain.grid.spi.checkpoint.jdbc:org.gridgain.grid.spi.checkpoint.s3:org.gridgain.grid.spi.checkpoint.cache:org.gridgain.grid.spi.checkpoint.noop:org.gridgain.grid.spi.checkpoint.sharedfs - - - SPI: Collision - org.gridgain.grid.spi.collision:org.gridgain.grid.spi.collision.fifoqueue:org.gridgain.grid.spi.collision.jobstealing:org.gridgain.grid.spi.collision.noop:org.gridgain.grid.spi.collision.priorityqueue - - - SPI: Indexing - org.gridgain.grid.spi.indexing:org.gridgain.grid.spi.indexing.h2 - - - SPI: Load Balancing - org.gridgain.grid.spi.loadbalancing:org.gridgain.grid.spi.loadbalancing.adaptive:org.gridgain.grid.spi.loadbalancing.weightedrandom:org.gridgain.grid.spi.loadbalancing.roundrobin - - - SPI: Communication - org.gridgain.grid.spi.communication:org.gridgain.grid.spi.communication.tcp - - - SPI: Deployment - org.gridgain.grid.spi.deployment:org.gridgain.grid.spi.deployment.local:org.gridgain.grid.spi.deployment.uri - - - SPI: Swap Space - org.gridgain.grid.spi.swapspace:org.gridgain.grid.spi.swapspace.file:org.gridgain.grid.spi.swapspace.noop - - - SPI: Discovery - org.gridgain.grid.spi.discovery:org.gridgain.grid.spi.discovery.tcp:org.gridgain.grid.spi.discovery.tcp.ipfinder:org.gridgain.grid.spi.discovery.tcp.ipfinder.s3:org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc:org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs:org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast:org.gridgain.grid.spi.discovery.tcp.ipfinder.vm:org.gridgain.grid.spi.discovery.tcp.metricsstore:org.gridgain.grid.spi.discovery.tcp.metricsstore.s3:org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc:org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs:org.gridgain.grid.spi.discovery.tcp.metricsstore.vm - - - SPI: Failover - org.gridgain.grid.spi.failover:org.gridgain.grid.spi.failover.never:org.gridgain.grid.spi.failover.jobstealing:org.gridgain.grid.spi.failover.always - - - SPI: Event Storage - org.gridgain.grid.spi.eventstorage:org.gridgain.grid.spi.eventstorage.memory - - - Segmentation Detection - org.gridgain.grid.segmentation - - - Logging - org.gridgain.grid.logger:org.gridgain.grid.logger.log4j:org.gridgain.grid.logger.java:org.gridgain.grid.logger.tomcat:org.gridgain.grid.logger.jcl:org.gridgain.grid.logger.slf4j:org.gridgain.grid.logger.jboss - - - Loaders - org.gridgain.grid.startup:org.gridgain.grid.startup.cmdline:org.gridgain.grid.startup.servlet:org.gridgain.grid.startup.tomcat - - - Marshallers - org.gridgain.grid.marshaller:org.gridgain.grid.marshaller.optimized:org.gridgain.grid.marshaller.jdk - - - Visor Plugins - org.gridgain.visor.plugin - - - Spring Caching - org.gridgain.grid.cache.spring - - - .Net Configuration - org.gridgain.grid.dotnet - - -
- -
- - - - - - - - - - -
- 2014 Copyright © GridGain Systems -
- - - - - - - - -
- Follow us:   - - - Follow GridGain on Twitter - - - - Follow GridGain on Vimeo - -
- - - - - - - - - - - - - - - -
- GridGain Fabric - :   - ver. ${gridgain.version} -
- Release Date - :   - ${maven.build.timestamp} -
- - - - ]]> -
-
-
- - - client-javadoc - - aggregate - - prepare-package - - - - org.gridgain.grid.tools.javadoc.GridLinkTaglet - - org.gridgain - gridgain-tools - ${gridgain.version} - - - - target/javadoc - client - GridGain ${gridgain.version} - Java Client - GridGain ${gridgain.version} - Java Client - true - true - protected - true - false - false - 1.7 - - http://docs.oracle.com/javase/7/docs/api/ - - assembly/docfiles/javadoc.css - org.gridgain.client - -exclude org.gridgain.client.impl:org.gridgain.client.util:org.gridgain.client.router.impl - - - Client APIs - org.gridgain.client:org.gridgain.client.balancer:org.gridgain.client.ssl:org.gridgain.client.hadoop:org.gridgain.client.hadoop.counter - - - Router APIs - org.gridgain.client.router - - - Marshallers - org.gridgain.client.marshaller:org.gridgain.client.marshaller.jdk:org.gridgain.client.marshaller.optimized:org.gridgain.client.marshaller.portable - - -
- - GridGain ver. ${gridgain.version} - ]]> -
- - - - - GridGain™ - Java Client, ver. ${gridgain.version} -
- 2014 Copyright © GridGain Systems - - - - - - - - -
- Follow us:   - - - Follow GridGain on Twitter - - - - Follow GridGain on Vimeo - -
- - - - ]]> -
-
-
-
-
- - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - false - - - org.gridgain - gridgain-tools - ${gridgain.version} - - - - - javadoc-postprocessing - - run - - prepare-package - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - release-postprocessing - - run - - package - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - maven-dependency-plugin - - - copy-libs - test-compile - - copy-dependencies - - - org.gridgain - target/libs - runtime - true - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.4 - false - - - core-jar - prepare-package - - single - - - - assembly/core-jar.xml - - false - gridgain-core-${gridgain.version} - - - - - dependencies - prepare-package - - single - - - - assembly/dependencies-${gridgain.edition}.xml - - ${basedir} - libs - false - true - - - - - dependencies-optional - prepare-package - - single - - - - assembly/dependencies-optional-${gridgain.edition}.xml - - ${basedir}/libs - optional - false - true - - - - - dependencies-visor-console - prepare-package - - single - - - - assembly/dependencies-visor-console.xml - - ${basedir}/bin - include - false - true - - - - - dependencies-visor-trial - prepare-package - - single - - - - assembly/dependencies-visor-trial.xml - - ${basedir} - bin - false - true - - - - - release - prepare-package - - single - - - - assembly/release-${gridgain.edition}.xml - - release-package - false - true - - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - source - - jar-no-fork - - package - - true - - - - - - - org.apache.maven.plugins - maven-clean-plugin - - - clean - - clean - - - - - libs - - - - bin/include/visor-common - - - - bin/include/visorcmd - - - - bin/include/visorui - - - - - - -
-
-
diff --git a/pom.xml b/pom.xml index 8d0aa854a..2a8cbca1d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,9 +11,6 @@ --> 4.0.0 + + 6.6.8-p1 + fabric + 2.4.1 + 4.1.0.RELEASE + UTF-8 + MMMM d yyyy + doxygen + git + + + org.gridgain gridgain + ${gridgain.version} pom - - org.gridgain - gridgain-ent - ${gridgain.version} - - - modules/extdata/p2p - modules/extdata/uri modules/core modules/hadoop + modules/extdata/p2p + modules/extdata/uri modules/clients + examples + modules/scalar + modules/visor-console + modules/visor-plugins + modules/visor-trial modules/jdk8-backport modules/tools modules/spring @@ -55,17 +64,836 @@ modules/jcl - - - - src/test/java - - **/*.java - - - + + + + log4j + log4j + 1.2.17 + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + + + + + + + junit + junit + 4.11 + test + + + + log4j + log4j + test + + + + commons-collections + commons-collections + 3.2.1 + test + + + + commons-io + commons-io + 2.4 + test + + + org.eclipse.jetty + jetty-http + 9.0.5.v20130815 + test + + + + org.eclipse.jetty + jetty-server + 9.0.5.v20130815 + test + + + + org.eclipse.jetty + jetty-util + 9.0.5.v20130815 + test + + + + org.springframework + spring-core + ${spring.version} + test + + + + org.springframework + spring-aop + ${spring.version} + test + + + + org.springframework + spring-beans + ${spring.version} + test + + + + org.springframework + spring-context + ${spring.version} + test + + + + org.springframework + spring-expression + ${spring.version} + test + + + + org.springframework + spring-tx + ${spring.version} + test + + + + com.beust + jcommander + 1.30 + test + + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + module-javadoc + + jar + + package + + + + org.gridgain.grid.tools.javadoc.GridLinkTaglet + + org.gridgain + gridgain-tools + ${gridgain.version} + + + + GridGain ${gridgain.version} + GridGain ${gridgain.version} + true + true + protected + true + false + false + 1.7 + + http://docs.oracle.com/javase/7/docs/api/ + http://hadoop.apache.org/docs/current/api/ + + assembly/docfiles/javadoc.css + + + Common Grid APIs + org.gridgain.grid:org.gridgain.grid.spi:org.gridgain.grid.lang:org.gridgain.grid.resources:org.gridgain.grid.thread:org.gridgain.grid.product:org.gridgain.grid.scheduler + + + Messaging APIs + org.gridgain.grid.messaging + + + Event Notification APIs + org.gridgain.grid.events + + + Compute Grid APIs + org.gridgain.grid.compute:org.gridgain.grid.compute.gridify:org.gridgain.grid.compute.gridify.aop:org.gridgain.grid.compute.gridify.aop.aspectj:org.gridgain.grid.compute.gridify.aop.spring + + + Data Grid APIs + org.gridgain.grid.cache:org.gridgain.grid.cache.datastructures:org.gridgain.grid.cache.cloner:org.gridgain.grid.cache.store:org.gridgain.grid.cache.store.hibernate:org.gridgain.grid.cache.store.jdbc:org.gridgain.grid.cache.query:org.gridgain.grid.cache.affinity:org.gridgain.grid.cache.affinity.consistenthash:org.gridgain.grid.cache.affinity.rendezvous:org.gridgain.grid.cache.affinity.fair:org.gridgain.grid.cache.eviction:org.gridgain.grid.cache.eviction.fifo:org.gridgain.grid.cache.eviction.ggfs:org.gridgain.grid.cache.eviction.lru:org.gridgain.grid.cache.eviction.random:org.gridgain.grid.cache.jta:org.gridgain.grid.cache.jta.jndi:org.gridgain.grid.cache.jta.reflect:org.gridgain.grid.cache.websession:org.gridgain.grid.cache.hibernate:org.gridgain.grid.dataload + + + Hadoop Accelerator APIs + org.gridgain.grid.ggfs:org.gridgain.grid.ggfs.hadoop:org.gridgain.grid.ggfs.hadoop.v1:org.gridgain.grid.ggfs.hadoop.v2:org.gridgain.grid.ggfs.mapreduce:org.gridgain.grid.ggfs.mapreduce.records:org.gridgain.grid.hadoop + + + Streaming APIs + org.gridgain.grid.streamer:org.gridgain.grid.streamer.router:org.gridgain.grid.streamer.window:org.gridgain.grid.streamer.index:org.gridgain.grid.streamer.index.hash:org.gridgain.grid.streamer.index.tree + + + Security APIs + org.gridgain.grid.security + + + Distributed Services APIs + org.gridgain.grid.service + + + JDBC Driver + org.gridgain.jdbc + + + SPI: CheckPoint + org.gridgain.grid.spi.checkpoint:org.gridgain.grid.spi.checkpoint.jdbc:org.gridgain.grid.spi.checkpoint.s3:org.gridgain.grid.spi.checkpoint.cache:org.gridgain.grid.spi.checkpoint.noop:org.gridgain.grid.spi.checkpoint.sharedfs + + + SPI: Collision + org.gridgain.grid.spi.collision:org.gridgain.grid.spi.collision.fifoqueue:org.gridgain.grid.spi.collision.jobstealing:org.gridgain.grid.spi.collision.noop:org.gridgain.grid.spi.collision.priorityqueue + + + SPI: Indexing + org.gridgain.grid.spi.indexing:org.gridgain.grid.spi.indexing.h2 + + + SPI: Load Balancing + org.gridgain.grid.spi.loadbalancing:org.gridgain.grid.spi.loadbalancing.adaptive:org.gridgain.grid.spi.loadbalancing.weightedrandom:org.gridgain.grid.spi.loadbalancing.roundrobin + + + SPI: Communication + org.gridgain.grid.spi.communication:org.gridgain.grid.spi.communication.tcp + + + SPI: Deployment + org.gridgain.grid.spi.deployment:org.gridgain.grid.spi.deployment.local:org.gridgain.grid.spi.deployment.uri + + + SPI: Swap Space + org.gridgain.grid.spi.swapspace:org.gridgain.grid.spi.swapspace.file:org.gridgain.grid.spi.swapspace.noop + + + SPI: Discovery + org.gridgain.grid.spi.discovery:org.gridgain.grid.spi.discovery.tcp:org.gridgain.grid.spi.discovery.tcp.ipfinder:org.gridgain.grid.spi.discovery.tcp.ipfinder.s3:org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc:org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs:org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast:org.gridgain.grid.spi.discovery.tcp.ipfinder.vm:org.gridgain.grid.spi.discovery.tcp.metricsstore:org.gridgain.grid.spi.discovery.tcp.metricsstore.s3:org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc:org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs:org.gridgain.grid.spi.discovery.tcp.metricsstore.vm + + + SPI: Failover + org.gridgain.grid.spi.failover:org.gridgain.grid.spi.failover.never:org.gridgain.grid.spi.failover.jobstealing:org.gridgain.grid.spi.failover.always + + + SPI: Event Storage + org.gridgain.grid.spi.eventstorage:org.gridgain.grid.spi.eventstorage.memory + + + Segmentation Detection + org.gridgain.grid.segmentation + + + Logging + org.gridgain.grid.logger:org.gridgain.grid.logger.log4j:org.gridgain.grid.logger.java:org.gridgain.grid.logger.tomcat:org.gridgain.grid.logger.jcl:org.gridgain.grid.logger.slf4j:org.gridgain.grid.logger.jboss + + + Loaders + org.gridgain.grid.startup:org.gridgain.grid.startup.cmdline:org.gridgain.grid.startup.servlet:org.gridgain.grid.startup.tomcat + + + Marshallers + org.gridgain.grid.marshaller:org.gridgain.grid.marshaller.optimized:org.gridgain.grid.marshaller.jdk + + +
+ +
+ + + + + + + + + + +
+ 2014 Copyright © GridGain Systems +
+ + + + + + + + +
+ Follow us:   + + + Follow GridGain on Twitter + + + + Follow GridGain on Vimeo + +
+ + + + + + + + + + + + + + + +
+ GridGain Fabric + :   + ver. ${gridgain.version} +
+ Release Date + :   + ${maven.build.timestamp} +
+ + + + ]]> +
+
+
+ + + core-javadoc + + aggregate + + prepare-package + + + + org.gridgain.grid.tools.javadoc.GridLinkTaglet + + org.gridgain + gridgain-tools + ${gridgain.version} + + + + target/javadoc + core + GridGain ${gridgain.version} + GridGain ${gridgain.version} + true + true + protected + true + false + false + 1.7 + + http://docs.oracle.com/javase/7/docs/api/ + http://hadoop.apache.org/docs/current/api/ + + assembly/docfiles/javadoc.css + com.*:org.jetbrains.*:org.pcollections:*.jdk8:*.tests:*.tools:*.typedef:*.examples:*.client:*.kernal:*.util:*.dr:*.spi.authentication:*.spi.securesession:*.spi.discovery.tcp.messages:*.spi.discovery.tcp.internal:*.spi.deployment.uri.scanners:*.spi.deployment.uri.tasks:*.spi.indexing.h2.opt:org.gridgain.grid.portables + + + Common Grid APIs + org.gridgain.grid:org.gridgain.grid.spi:org.gridgain.grid.lang:org.gridgain.grid.resources:org.gridgain.grid.thread:org.gridgain.grid.product:org.gridgain.grid.scheduler + + + Messaging APIs + org.gridgain.grid.messaging + + + Event Notification APIs + org.gridgain.grid.events + + + Compute Grid APIs + org.gridgain.grid.compute:org.gridgain.grid.compute.gridify:org.gridgain.grid.compute.gridify.aop:org.gridgain.grid.compute.gridify.aop.aspectj:org.gridgain.grid.compute.gridify.aop.spring + + + Data Grid APIs + org.gridgain.grid.cache:org.gridgain.grid.cache.datastructures:org.gridgain.grid.cache.cloner:org.gridgain.grid.cache.store:org.gridgain.grid.cache.store.hibernate:org.gridgain.grid.cache.store.jdbc:org.gridgain.grid.cache.query:org.gridgain.grid.cache.affinity:org.gridgain.grid.cache.affinity.consistenthash:org.gridgain.grid.cache.affinity.rendezvous:org.gridgain.grid.cache.affinity.fair:org.gridgain.grid.cache.eviction:org.gridgain.grid.cache.eviction.fifo:org.gridgain.grid.cache.eviction.ggfs:org.gridgain.grid.cache.eviction.lru:org.gridgain.grid.cache.eviction.random:org.gridgain.grid.cache.jta:org.gridgain.grid.cache.jta.jndi:org.gridgain.grid.cache.jta.reflect:org.gridgain.grid.cache.websession:org.gridgain.grid.cache.hibernate:org.gridgain.grid.dataload + + + Hadoop Accelerator APIs + org.gridgain.grid.ggfs:org.gridgain.grid.ggfs.hadoop:org.gridgain.grid.ggfs.hadoop.v1:org.gridgain.grid.ggfs.hadoop.v2:org.gridgain.grid.ggfs.mapreduce:org.gridgain.grid.ggfs.mapreduce.records:org.gridgain.grid.hadoop + + + Streaming APIs + org.gridgain.grid.streamer:org.gridgain.grid.streamer.router:org.gridgain.grid.streamer.window:org.gridgain.grid.streamer.index:org.gridgain.grid.streamer.index.hash:org.gridgain.grid.streamer.index.tree + + + Security APIs + org.gridgain.grid.security + + + Distributed Services APIs + org.gridgain.grid.service + + + JDBC Driver + org.gridgain.jdbc + + + SPI: CheckPoint + org.gridgain.grid.spi.checkpoint:org.gridgain.grid.spi.checkpoint.jdbc:org.gridgain.grid.spi.checkpoint.s3:org.gridgain.grid.spi.checkpoint.cache:org.gridgain.grid.spi.checkpoint.noop:org.gridgain.grid.spi.checkpoint.sharedfs + + + SPI: Collision + org.gridgain.grid.spi.collision:org.gridgain.grid.spi.collision.fifoqueue:org.gridgain.grid.spi.collision.jobstealing:org.gridgain.grid.spi.collision.noop:org.gridgain.grid.spi.collision.priorityqueue + + + SPI: Indexing + org.gridgain.grid.spi.indexing:org.gridgain.grid.spi.indexing.h2 + + + SPI: Load Balancing + org.gridgain.grid.spi.loadbalancing:org.gridgain.grid.spi.loadbalancing.adaptive:org.gridgain.grid.spi.loadbalancing.weightedrandom:org.gridgain.grid.spi.loadbalancing.roundrobin + + + SPI: Communication + org.gridgain.grid.spi.communication:org.gridgain.grid.spi.communication.tcp + + + SPI: Deployment + org.gridgain.grid.spi.deployment:org.gridgain.grid.spi.deployment.local:org.gridgain.grid.spi.deployment.uri + + + SPI: Swap Space + org.gridgain.grid.spi.swapspace:org.gridgain.grid.spi.swapspace.file:org.gridgain.grid.spi.swapspace.noop + + + SPI: Discovery + org.gridgain.grid.spi.discovery:org.gridgain.grid.spi.discovery.tcp:org.gridgain.grid.spi.discovery.tcp.ipfinder:org.gridgain.grid.spi.discovery.tcp.ipfinder.s3:org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc:org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs:org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast:org.gridgain.grid.spi.discovery.tcp.ipfinder.vm:org.gridgain.grid.spi.discovery.tcp.metricsstore:org.gridgain.grid.spi.discovery.tcp.metricsstore.s3:org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc:org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs:org.gridgain.grid.spi.discovery.tcp.metricsstore.vm + + + SPI: Failover + org.gridgain.grid.spi.failover:org.gridgain.grid.spi.failover.never:org.gridgain.grid.spi.failover.jobstealing:org.gridgain.grid.spi.failover.always + + + SPI: Event Storage + org.gridgain.grid.spi.eventstorage:org.gridgain.grid.spi.eventstorage.memory + + + Segmentation Detection + org.gridgain.grid.segmentation + + + Logging + org.gridgain.grid.logger:org.gridgain.grid.logger.log4j:org.gridgain.grid.logger.java:org.gridgain.grid.logger.tomcat:org.gridgain.grid.logger.jcl:org.gridgain.grid.logger.slf4j:org.gridgain.grid.logger.jboss + + + Loaders + org.gridgain.grid.startup:org.gridgain.grid.startup.cmdline:org.gridgain.grid.startup.servlet:org.gridgain.grid.startup.tomcat + + + Marshallers + org.gridgain.grid.marshaller:org.gridgain.grid.marshaller.optimized:org.gridgain.grid.marshaller.jdk + + + Visor Plugins + org.gridgain.visor.plugin + + + Spring Caching + org.gridgain.grid.cache.spring + + + .Net Configuration + org.gridgain.grid.dotnet + + +
+ +
+ + + + + + + + + + +
+ 2014 Copyright © GridGain Systems +
+ + + + + + + + +
+ Follow us:   + + + Follow GridGain on Twitter + + + + Follow GridGain on Vimeo + +
+ + + + + + + + + + + + + + + +
+ GridGain Fabric + :   + ver. ${gridgain.version} +
+ Release Date + :   + ${maven.build.timestamp} +
+ + + + ]]> +
+
+
+ + + client-javadoc + + aggregate + + prepare-package + + + + org.gridgain.grid.tools.javadoc.GridLinkTaglet + + org.gridgain + gridgain-tools + ${gridgain.version} + + + + target/javadoc + client + GridGain ${gridgain.version} - Java Client + GridGain ${gridgain.version} - Java Client + true + true + protected + true + false + false + 1.7 + + http://docs.oracle.com/javase/7/docs/api/ + + assembly/docfiles/javadoc.css + org.gridgain.client + -exclude org.gridgain.client.impl:org.gridgain.client.util:org.gridgain.client.router.impl + + + Client APIs + org.gridgain.client:org.gridgain.client.balancer:org.gridgain.client.ssl:org.gridgain.client.hadoop:org.gridgain.client.hadoop.counter + + + Router APIs + org.gridgain.client.router + + + Marshallers + org.gridgain.client.marshaller:org.gridgain.client.marshaller.jdk:org.gridgain.client.marshaller.optimized:org.gridgain.client.marshaller.portable + + +
+ + GridGain ver. ${gridgain.version} + ]]> +
+ + + + + GridGain™ - Java Client, ver. ${gridgain.version} +
+ 2014 Copyright © GridGain Systems + + + + + + + + +
+ Follow us:   + + + Follow GridGain on Twitter + + + + Follow GridGain on Vimeo + +
+ + + + ]]> +
+
+
+
+
+ + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + false + + + org.gridgain + gridgain-tools + ${gridgain.version} + + + + + javadoc-postprocessing + + run + + prepare-package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + release-postprocessing + + run + + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + maven-dependency-plugin + + + copy-libs + test-compile + + copy-dependencies + + + org.gridgain + target/libs + runtime + true + + + + + org.apache.maven.plugins maven-assembly-plugin @@ -74,7 +902,7 @@ core-jar - package + prepare-package single @@ -86,32 +914,142 @@ gridgain-core-${gridgain.version} + + + dependencies + prepare-package + + single + + + + assembly/dependencies-${gridgain.edition}.xml + + ${basedir} + libs + false + true + + + + + dependencies-optional + prepare-package + + single + + + + assembly/dependencies-optional-${gridgain.edition}.xml + + ${basedir}/libs + optional + false + true + + + + + dependencies-visor-console + prepare-package + + single + + + + assembly/dependencies-visor-console.xml + + ${basedir}/bin + include + false + true + + + + + dependencies-visor-trial + prepare-package + + single + + + + assembly/dependencies-visor-trial.xml + + ${basedir} + bin + false + true + + + + + release + prepare-package + + single + + + + assembly/release-${gridgain.edition}.xml + + release-package + false + true + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + source + + jar-no-fork + + package + + true + + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + clean + + clean + + + + + libs + + + + bin/include/visor-common + + + + bin/include/visorcmd + + + + bin/include/visorui + + + +
- - - - scala - - true - - - modules/scalar - modules/visor-console - modules/visor-plugins - - - - - examples - - true - - - examples - - -