From 13a2f5bffa0357ca7837b1dcb18f4d277769e188 Mon Sep 17 00:00:00 2001 From: Alex Shvid Date: Mon, 4 Jul 2016 10:24:04 -0700 Subject: [PATCH] update information about author --- .../java/com/noorq/casser/config/CasserSettings.java | 2 +- .../com/noorq/casser/config/DefaultCasserSettings.java | 2 +- .../com/noorq/casser/config/GetterMethodDetector.java | 2 +- .../com/noorq/casser/core/AbstractSessionOperations.java | 2 +- src/main/java/com/noorq/casser/core/AutoDdl.java | 2 +- src/main/java/com/noorq/casser/core/Casser.java | 2 +- src/main/java/com/noorq/casser/core/CasserSession.java | 2 +- src/main/java/com/noorq/casser/core/CasserValidator.java | 2 +- src/main/java/com/noorq/casser/core/DslInstantiator.java | 2 +- src/main/java/com/noorq/casser/core/Filter.java | 2 +- src/main/java/com/noorq/casser/core/Getter.java | 2 +- .../java/com/noorq/casser/core/MapperInstantiator.java | 2 +- src/main/java/com/noorq/casser/core/Mappers.java | 2 +- src/main/java/com/noorq/casser/core/Operator.java | 2 +- src/main/java/com/noorq/casser/core/Postulate.java | 2 +- .../com/noorq/casser/core/PropertyValueValidator.java | 2 +- src/main/java/com/noorq/casser/core/Query.java | 2 +- src/main/java/com/noorq/casser/core/SchemaUtil.java | 2 +- .../java/com/noorq/casser/core/SessionInitializer.java | 2 +- .../java/com/noorq/casser/core/SessionRepository.java | 2 +- .../com/noorq/casser/core/SessionRepositoryBuilder.java | 2 +- src/main/java/com/noorq/casser/core/TableOperations.java | 2 +- .../java/com/noorq/casser/core/UserTypeOperations.java | 2 +- .../casser/core/operation/AbstractFilterOperation.java | 2 +- .../core/operation/AbstractFilterOptionalOperation.java | 2 +- .../core/operation/AbstractFilterStreamOperation.java | 2 +- .../noorq/casser/core/operation/AbstractOperation.java | 2 +- .../casser/core/operation/AbstractOptionalOperation.java | 2 +- .../core/operation/AbstractStatementOperation.java | 2 +- .../casser/core/operation/AbstractStreamOperation.java | 2 +- .../com/noorq/casser/core/operation/BoundOperation.java | 2 +- .../casser/core/operation/BoundOptionalOperation.java | 2 +- .../casser/core/operation/BoundStreamOperation.java | 2 +- .../com/noorq/casser/core/operation/CountOperation.java | 2 +- .../com/noorq/casser/core/operation/DeleteOperation.java | 2 +- .../com/noorq/casser/core/operation/InsertOperation.java | 2 +- .../noorq/casser/core/operation/PreparedOperation.java | 2 +- .../casser/core/operation/PreparedOptionalOperation.java | 2 +- .../casser/core/operation/PreparedStreamOperation.java | 2 +- .../casser/core/operation/SelectFirstOperation.java | 2 +- .../core/operation/SelectFirstTransformingOperation.java | 2 +- .../com/noorq/casser/core/operation/SelectOperation.java | 2 +- .../core/operation/SelectTransformingOperation.java | 2 +- .../com/noorq/casser/core/operation/UpdateOperation.java | 2 +- .../noorq/casser/core/reflect/CasserNamedProperty.java | 2 +- .../noorq/casser/core/reflect/CasserPropertyNode.java | 2 +- .../noorq/casser/core/reflect/DefaultPrimitiveTypes.java | 2 +- .../com/noorq/casser/core/reflect/DslExportable.java | 2 +- .../noorq/casser/core/reflect/DslInvocationHandler.java | 2 +- src/main/java/com/noorq/casser/core/reflect/ListDsl.java | 2 +- src/main/java/com/noorq/casser/core/reflect/MapDsl.java | 2 +- .../com/noorq/casser/core/reflect/MapExportable.java | 2 +- .../casser/core/reflect/MapperInvocationHandler.java | 2 +- .../casser/core/reflect/ReflectionDslInstantiator.java | 2 +- .../casser/core/reflect/ReflectionInstantiator.java | 2 +- .../core/reflect/ReflectionMapperInstantiator.java | 2 +- src/main/java/com/noorq/casser/core/reflect/SetDsl.java | 2 +- src/main/java/com/noorq/casser/mapping/CasserEntity.java | 2 +- .../java/com/noorq/casser/mapping/CasserEntityType.java | 2 +- .../com/noorq/casser/mapping/CasserMappingEntity.java | 2 +- .../com/noorq/casser/mapping/CasserMappingProperty.java | 2 +- .../java/com/noorq/casser/mapping/CasserProperty.java | 2 +- .../java/com/noorq/casser/mapping/ColumnInformation.java | 2 +- src/main/java/com/noorq/casser/mapping/ColumnType.java | 2 +- src/main/java/com/noorq/casser/mapping/IdentityName.java | 2 +- src/main/java/com/noorq/casser/mapping/MappingUtil.java | 2 +- .../java/com/noorq/casser/mapping/OrderingDirection.java | 2 +- .../casser/mapping/TypeAndOrdinalColumnComparator.java | 2 +- .../casser/mapping/annotation/ClusteringColumn.java | 4 ++-- .../java/com/noorq/casser/mapping/annotation/Column.java | 4 ++-- .../com/noorq/casser/mapping/annotation/Constraints.java | 4 ++-- .../java/com/noorq/casser/mapping/annotation/Index.java | 4 ++-- .../noorq/casser/mapping/annotation/PartitionKey.java | 4 ++-- .../noorq/casser/mapping/annotation/StaticColumn.java | 4 ++-- .../java/com/noorq/casser/mapping/annotation/Table.java | 4 ++-- .../java/com/noorq/casser/mapping/annotation/Tuple.java | 4 ++-- .../java/com/noorq/casser/mapping/annotation/Types.java | 4 ++-- .../java/com/noorq/casser/mapping/annotation/UDT.java | 4 ++-- .../mapping/convert/AbstractEntityValueWriter.java | 2 +- .../mapping/convert/ByteArrayToByteBufferConverter.java | 2 +- .../mapping/convert/ByteBufferToByteArrayConverter.java | 2 +- .../mapping/convert/CamelCaseToUnderscoreConverter.java | 2 +- .../casser/mapping/convert/DateToTimeuuidConverter.java | 2 +- .../casser/mapping/convert/EnumToStringConverter.java | 2 +- .../noorq/casser/mapping/convert/ProxyValueReader.java | 2 +- .../casser/mapping/convert/StringToEnumConverter.java | 2 +- .../casser/mapping/convert/TimeuuidToDateConverter.java | 2 +- .../noorq/casser/mapping/convert/TupleValueWriter.java | 2 +- .../com/noorq/casser/mapping/convert/TypedConverter.java | 2 +- .../com/noorq/casser/mapping/convert/UDTValueWriter.java | 2 +- .../convert/tuple/EntityToTupleValueConverter.java | 2 +- .../mapping/convert/tuple/MapToTupleKeyMapConverter.java | 2 +- .../mapping/convert/tuple/MapToTupleMapConverter.java | 2 +- .../convert/tuple/MapToTupleValueMapConverter.java | 2 +- .../mapping/convert/tuple/SetToTupleSetConverter.java | 2 +- .../mapping/convert/tuple/TupleKeyMapToMapConverter.java | 2 +- .../mapping/convert/tuple/TupleListToListConverter.java | 2 +- .../mapping/convert/tuple/TupleMapToMapConverter.java | 2 +- .../mapping/convert/tuple/TupleSetToSetConverter.java | 2 +- .../convert/tuple/TupleValueMapToMapConverter.java | 2 +- .../convert/tuple/TupleValueToEntityConverter.java | 2 +- .../mapping/convert/udt/EntityToUDTValueConverter.java | 2 +- .../mapping/convert/udt/ListToUDTListConverter.java | 2 +- .../mapping/convert/udt/MapToUDTKeyMapConverter.java | 2 +- .../casser/mapping/convert/udt/MapToUDTMapConverter.java | 2 +- .../mapping/convert/udt/MapToUDTValueMapConverter.java | 2 +- .../casser/mapping/convert/udt/SetToUDTSetConverter.java | 2 +- .../mapping/convert/udt/UDTKeyMapToMapConverter.java | 2 +- .../mapping/convert/udt/UDTListToListConverter.java | 2 +- .../casser/mapping/convert/udt/UDTMapToMapConverter.java | 2 +- .../casser/mapping/convert/udt/UDTSetToSetConverter.java | 2 +- .../mapping/convert/udt/UDTValueMapToMapConverter.java | 2 +- .../mapping/convert/udt/UDTValueToEntityConverter.java | 2 +- .../noorq/casser/mapping/javatype/AbstractJavaType.java | 2 +- .../noorq/casser/mapping/javatype/ByteArrayJavaType.java | 2 +- .../casser/mapping/javatype/ByteBufferJavaType.java | 2 +- .../com/noorq/casser/mapping/javatype/DateJavaType.java | 2 +- .../com/noorq/casser/mapping/javatype/EnumJavaType.java | 2 +- .../com/noorq/casser/mapping/javatype/ListJavaType.java | 2 +- .../com/noorq/casser/mapping/javatype/LongJavaType.java | 2 +- .../com/noorq/casser/mapping/javatype/MapJavaType.java | 2 +- .../noorq/casser/mapping/javatype/MappingJavaTypes.java | 2 +- .../com/noorq/casser/mapping/javatype/SetJavaType.java | 2 +- .../noorq/casser/mapping/javatype/SimpleJavaTypes.java | 2 +- .../noorq/casser/mapping/javatype/StringJavaType.java | 2 +- .../casser/mapping/javatype/TupleValueJavaType.java | 2 +- .../noorq/casser/mapping/javatype/UDTValueJavaType.java | 2 +- .../com/noorq/casser/mapping/javatype/UUIDJavaType.java | 2 +- .../com/noorq/casser/mapping/type/AbstractDataType.java | 2 +- .../java/com/noorq/casser/mapping/type/DTDataType.java | 2 +- .../casser/mapping/type/ListToTupleListConverter.java | 2 +- .../casser/mapping/type/OptionalColumnMetadata.java | 2 +- .../java/com/noorq/casser/mapping/type/UDTDataType.java | 2 +- .../com/noorq/casser/mapping/type/UDTKeyMapDataType.java | 2 +- .../com/noorq/casser/mapping/type/UDTListDataType.java | 2 +- .../com/noorq/casser/mapping/type/UDTMapDataType.java | 2 +- .../com/noorq/casser/mapping/type/UDTSetDataType.java | 2 +- .../noorq/casser/mapping/type/UDTValueMapDataType.java | 2 +- .../casser/mapping/validator/AlphabetValidator.java | 2 +- .../noorq/casser/mapping/validator/EmailValidator.java | 2 +- .../noorq/casser/mapping/validator/LengthValidator.java | 2 +- .../casser/mapping/validator/LowerCaseValidator.java | 2 +- .../casser/mapping/validator/MaxLengthValidator.java | 2 +- .../casser/mapping/validator/MinLengthValidator.java | 2 +- .../casser/mapping/validator/NotEmptyValidator.java | 2 +- .../noorq/casser/mapping/validator/NotNullValidator.java | 2 +- .../noorq/casser/mapping/validator/NumberValidator.java | 2 +- .../noorq/casser/mapping/validator/PatternValidator.java | 2 +- .../noorq/casser/mapping/validator/SizeConstraint.java | 2 +- .../casser/mapping/validator/UpperCaseValidator.java | 2 +- .../casser/mapping/value/BeanColumnValueProvider.java | 2 +- .../noorq/casser/mapping/value/ColumnValuePreparer.java | 2 +- .../noorq/casser/mapping/value/ColumnValueProvider.java | 2 +- .../casser/mapping/value/RowColumnValueProvider.java | 2 +- .../mapping/value/StatementColumnValuePreparer.java | 2 +- .../casser/mapping/value/TupleColumnValuePreparer.java | 2 +- .../casser/mapping/value/TupleColumnValueProvider.java | 2 +- .../casser/mapping/value/UDTColumnValuePreparer.java | 2 +- .../casser/mapping/value/UDTColumnValueProvider.java | 2 +- .../com/noorq/casser/mapping/value/ValueProviderMap.java | 2 +- .../java/com/noorq/casser/support/CasserException.java | 2 +- .../com/noorq/casser/support/CasserMappingException.java | 2 +- src/main/java/com/noorq/casser/support/CqlUtil.java | 2 +- .../com/noorq/casser/support/DslPropertyException.java | 2 +- src/main/java/com/noorq/casser/support/Either.java | 2 +- src/main/java/com/noorq/casser/support/EitherCase.java | 2 +- src/main/java/com/noorq/casser/support/Fun.java | 2 +- src/main/java/com/noorq/casser/support/Immutables.java | 2 +- src/main/java/com/noorq/casser/support/Mutable.java | 2 +- src/main/java/com/noorq/casser/support/PackageUtil.java | 2 +- src/main/java/com/noorq/casser/support/Requires.java | 2 +- src/main/java/com/noorq/casser/support/Scala.java | 2 +- src/main/java/com/noorq/casser/support/Timeuuid.java | 2 +- src/main/java/com/noorq/casser/support/Transformers.java | 2 +- src/main/java/com/noorq/casser/support/UuidBuilder.java | 2 +- .../integration/build/AbstractEmbeddedCassandraTest.java | 9 ++++++++- .../casser/test/integration/build/BuildProperties.java | 2 +- .../casser/test/integration/core/ContextInitTest.java | 2 +- .../test/integration/core/collection/CollectionTest.java | 2 +- .../test/integration/core/collection/Customer.java | 2 +- .../test/integration/core/compound/CompondKeyTest.java | 2 +- .../casser/test/integration/core/compound/Timeline.java | 2 +- .../test/integration/core/counter/CounterTest.java | 2 +- .../noorq/casser/test/integration/core/counter/Page.java | 2 +- .../casser/test/integration/core/hierarchy/Animal.java | 2 +- .../casser/test/integration/core/hierarchy/Cat.java | 2 +- .../noorq/casser/test/integration/core/index/Book.java | 2 +- .../test/integration/core/index/SecondaryIndexTest.java | 2 +- .../noorq/casser/test/integration/core/prepared/Car.java | 2 +- .../integration/core/prepared/PreparedStatementTest.java | 2 +- .../casser/test/integration/core/simple/Message.java | 2 +- .../test/integration/core/simple/SimpleUserTest.java | 2 +- .../test/integration/core/simple/StaticColumnTest.java | 2 +- .../noorq/casser/test/integration/core/simple/User.java | 2 +- .../casser/test/integration/core/simple/UserType.java | 2 +- .../casser/test/integration/core/simple/Username.java | 2 +- .../noorq/casser/test/integration/core/tuple/Album.java | 2 +- .../test/integration/core/tuple/AlbumInformation.java | 2 +- .../test/integration/core/tuple/InnerTupleTest.java | 2 +- .../noorq/casser/test/integration/core/tuple/Photo.java | 2 +- .../casser/test/integration/core/tuple/PhotoAlbum.java | 2 +- .../casser/test/integration/core/tuple/PhotoFolder.java | 2 +- .../casser/test/integration/core/tuple/TupleTest.java | 2 +- .../test/integration/core/tuplecollection/Author.java | 2 +- .../test/integration/core/tuplecollection/Book.java | 2 +- .../test/integration/core/tuplecollection/Section.java | 2 +- .../core/tuplecollection/TupleCollectionTest.java | 2 +- .../core/tuplecollection/TupleKeyMapTest.java | 2 +- .../integration/core/tuplecollection/TupleListTest.java | 2 +- .../integration/core/tuplecollection/TupleMapTest.java | 2 +- .../integration/core/tuplecollection/TupleSetTest.java | 2 +- .../core/tuplecollection/TupleValueMapTest.java | 2 +- .../test/integration/core/udtcollection/Author.java | 2 +- .../casser/test/integration/core/udtcollection/Book.java | 2 +- .../test/integration/core/udtcollection/Section.java | 2 +- .../core/udtcollection/UDTCollectionTest.java | 2 +- .../integration/core/udtcollection/UDTKeyMapTest.java | 2 +- .../test/integration/core/udtcollection/UDTListTest.java | 2 +- .../test/integration/core/udtcollection/UDTMapTest.java | 2 +- .../test/integration/core/udtcollection/UDTSetTest.java | 2 +- .../integration/core/udtcollection/UDTValueMapTest.java | 2 +- .../casser/test/integration/core/usertype/Account.java | 2 +- .../casser/test/integration/core/usertype/Address.java | 2 +- .../core/usertype/InnerUserDefinedTypeTest.java | 2 +- .../integration/core/usertype/UserDefinedTypeTest.java | 2 +- .../test/performance/core/dsl/CachedElevatorImpl.java | 2 +- .../noorq/casser/test/performance/core/dsl/Elevator.java | 2 +- .../casser/test/performance/core/dsl/ElevatorImpl.java | 2 +- .../casser/test/performance/core/dsl/MappingTest.java | 2 +- .../com/noorq/casser/test/unit/core/dsl/Account.java | 2 +- .../test/unit/core/dsl/AccountWithCollections.java | 2 +- .../casser/test/unit/core/dsl/CollectionsDlsTest.java | 2 +- .../com/noorq/casser/test/unit/core/dsl/DslTest.java | 2 +- .../casser/test/unit/core/dsl/UDTCollectionsDlsTest.java | 2 +- .../com/noorq/casser/test/unit/core/dsl/WrapperTest.java | 2 +- .../noorq/casser/test/unit/core/dsl/WrongAccount.java | 2 +- .../noorq/casser/test/unit/support/ImmutablesTest.java | 2 +- .../noorq/casser/test/unit/support/TransformersTest.java | 2 +- 238 files changed, 255 insertions(+), 248 deletions(-) diff --git a/src/main/java/com/noorq/casser/config/CasserSettings.java b/src/main/java/com/noorq/casser/config/CasserSettings.java index ad7d0dd..bd25c59 100644 --- a/src/main/java/com/noorq/casser/config/CasserSettings.java +++ b/src/main/java/com/noorq/casser/config/CasserSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/config/DefaultCasserSettings.java b/src/main/java/com/noorq/casser/config/DefaultCasserSettings.java index a254024..145934d 100644 --- a/src/main/java/com/noorq/casser/config/DefaultCasserSettings.java +++ b/src/main/java/com/noorq/casser/config/DefaultCasserSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/config/GetterMethodDetector.java b/src/main/java/com/noorq/casser/config/GetterMethodDetector.java index 5840796..866fb27 100644 --- a/src/main/java/com/noorq/casser/config/GetterMethodDetector.java +++ b/src/main/java/com/noorq/casser/config/GetterMethodDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/AbstractSessionOperations.java b/src/main/java/com/noorq/casser/core/AbstractSessionOperations.java index d611b78..5b2d9e1 100644 --- a/src/main/java/com/noorq/casser/core/AbstractSessionOperations.java +++ b/src/main/java/com/noorq/casser/core/AbstractSessionOperations.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/AutoDdl.java b/src/main/java/com/noorq/casser/core/AutoDdl.java index e817809..66af56c 100644 --- a/src/main/java/com/noorq/casser/core/AutoDdl.java +++ b/src/main/java/com/noorq/casser/core/AutoDdl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/Casser.java b/src/main/java/com/noorq/casser/core/Casser.java index 56d958e..1c53655 100644 --- a/src/main/java/com/noorq/casser/core/Casser.java +++ b/src/main/java/com/noorq/casser/core/Casser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/CasserSession.java b/src/main/java/com/noorq/casser/core/CasserSession.java index c3aa38f..87d20e3 100644 --- a/src/main/java/com/noorq/casser/core/CasserSession.java +++ b/src/main/java/com/noorq/casser/core/CasserSession.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/CasserValidator.java b/src/main/java/com/noorq/casser/core/CasserValidator.java index 234aa0b..ddcd9ec 100644 --- a/src/main/java/com/noorq/casser/core/CasserValidator.java +++ b/src/main/java/com/noorq/casser/core/CasserValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/DslInstantiator.java b/src/main/java/com/noorq/casser/core/DslInstantiator.java index 1d50c1e..970ea35 100644 --- a/src/main/java/com/noorq/casser/core/DslInstantiator.java +++ b/src/main/java/com/noorq/casser/core/DslInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/Filter.java b/src/main/java/com/noorq/casser/core/Filter.java index b8414d0..83d2954 100644 --- a/src/main/java/com/noorq/casser/core/Filter.java +++ b/src/main/java/com/noorq/casser/core/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/Getter.java b/src/main/java/com/noorq/casser/core/Getter.java index fa249a2..fda1480 100644 --- a/src/main/java/com/noorq/casser/core/Getter.java +++ b/src/main/java/com/noorq/casser/core/Getter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/MapperInstantiator.java b/src/main/java/com/noorq/casser/core/MapperInstantiator.java index d2ad1f0..42c322d 100644 --- a/src/main/java/com/noorq/casser/core/MapperInstantiator.java +++ b/src/main/java/com/noorq/casser/core/MapperInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/Mappers.java b/src/main/java/com/noorq/casser/core/Mappers.java index a5bb24b..212a8b4 100644 --- a/src/main/java/com/noorq/casser/core/Mappers.java +++ b/src/main/java/com/noorq/casser/core/Mappers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/Operator.java b/src/main/java/com/noorq/casser/core/Operator.java index d160392..e096384 100644 --- a/src/main/java/com/noorq/casser/core/Operator.java +++ b/src/main/java/com/noorq/casser/core/Operator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/Postulate.java b/src/main/java/com/noorq/casser/core/Postulate.java index 3b97dbf..8d7b033 100644 --- a/src/main/java/com/noorq/casser/core/Postulate.java +++ b/src/main/java/com/noorq/casser/core/Postulate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/PropertyValueValidator.java b/src/main/java/com/noorq/casser/core/PropertyValueValidator.java index 00410a4..33678ed 100644 --- a/src/main/java/com/noorq/casser/core/PropertyValueValidator.java +++ b/src/main/java/com/noorq/casser/core/PropertyValueValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/Query.java b/src/main/java/com/noorq/casser/core/Query.java index 6011466..affb7c8 100644 --- a/src/main/java/com/noorq/casser/core/Query.java +++ b/src/main/java/com/noorq/casser/core/Query.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/SchemaUtil.java b/src/main/java/com/noorq/casser/core/SchemaUtil.java index 367a0ad..f77036f 100644 --- a/src/main/java/com/noorq/casser/core/SchemaUtil.java +++ b/src/main/java/com/noorq/casser/core/SchemaUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/SessionInitializer.java b/src/main/java/com/noorq/casser/core/SessionInitializer.java index 51cfb9f..580b581 100644 --- a/src/main/java/com/noorq/casser/core/SessionInitializer.java +++ b/src/main/java/com/noorq/casser/core/SessionInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/SessionRepository.java b/src/main/java/com/noorq/casser/core/SessionRepository.java index bcaa0a5..45d8d9e 100644 --- a/src/main/java/com/noorq/casser/core/SessionRepository.java +++ b/src/main/java/com/noorq/casser/core/SessionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/SessionRepositoryBuilder.java b/src/main/java/com/noorq/casser/core/SessionRepositoryBuilder.java index 0c194ed..d493930 100644 --- a/src/main/java/com/noorq/casser/core/SessionRepositoryBuilder.java +++ b/src/main/java/com/noorq/casser/core/SessionRepositoryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/TableOperations.java b/src/main/java/com/noorq/casser/core/TableOperations.java index fe4d9b9..7ca828c 100644 --- a/src/main/java/com/noorq/casser/core/TableOperations.java +++ b/src/main/java/com/noorq/casser/core/TableOperations.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/UserTypeOperations.java b/src/main/java/com/noorq/casser/core/UserTypeOperations.java index 887c7e9..6d7be36 100644 --- a/src/main/java/com/noorq/casser/core/UserTypeOperations.java +++ b/src/main/java/com/noorq/casser/core/UserTypeOperations.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/AbstractFilterOperation.java b/src/main/java/com/noorq/casser/core/operation/AbstractFilterOperation.java index 97c8ba6..f08d390 100644 --- a/src/main/java/com/noorq/casser/core/operation/AbstractFilterOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/AbstractFilterOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/AbstractFilterOptionalOperation.java b/src/main/java/com/noorq/casser/core/operation/AbstractFilterOptionalOperation.java index 7b52ec2..2ffaee8 100644 --- a/src/main/java/com/noorq/casser/core/operation/AbstractFilterOptionalOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/AbstractFilterOptionalOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/AbstractFilterStreamOperation.java b/src/main/java/com/noorq/casser/core/operation/AbstractFilterStreamOperation.java index e6bb380..f1eb7dd 100644 --- a/src/main/java/com/noorq/casser/core/operation/AbstractFilterStreamOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/AbstractFilterStreamOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/AbstractOperation.java b/src/main/java/com/noorq/casser/core/operation/AbstractOperation.java index 742b810..70abb4b 100644 --- a/src/main/java/com/noorq/casser/core/operation/AbstractOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/AbstractOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/AbstractOptionalOperation.java b/src/main/java/com/noorq/casser/core/operation/AbstractOptionalOperation.java index 442577c..f31c71a 100644 --- a/src/main/java/com/noorq/casser/core/operation/AbstractOptionalOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/AbstractOptionalOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/AbstractStatementOperation.java b/src/main/java/com/noorq/casser/core/operation/AbstractStatementOperation.java index 9fd1cb3..1096346 100644 --- a/src/main/java/com/noorq/casser/core/operation/AbstractStatementOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/AbstractStatementOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/AbstractStreamOperation.java b/src/main/java/com/noorq/casser/core/operation/AbstractStreamOperation.java index ec5fbbc..2cf6753 100644 --- a/src/main/java/com/noorq/casser/core/operation/AbstractStreamOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/AbstractStreamOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/BoundOperation.java b/src/main/java/com/noorq/casser/core/operation/BoundOperation.java index 2d6a3df..f748a3e 100644 --- a/src/main/java/com/noorq/casser/core/operation/BoundOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/BoundOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/BoundOptionalOperation.java b/src/main/java/com/noorq/casser/core/operation/BoundOptionalOperation.java index 32a5899..5daf582 100644 --- a/src/main/java/com/noorq/casser/core/operation/BoundOptionalOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/BoundOptionalOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/BoundStreamOperation.java b/src/main/java/com/noorq/casser/core/operation/BoundStreamOperation.java index 214025d..1298611 100644 --- a/src/main/java/com/noorq/casser/core/operation/BoundStreamOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/BoundStreamOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/CountOperation.java b/src/main/java/com/noorq/casser/core/operation/CountOperation.java index 6134991..7e44260 100644 --- a/src/main/java/com/noorq/casser/core/operation/CountOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/CountOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/DeleteOperation.java b/src/main/java/com/noorq/casser/core/operation/DeleteOperation.java index 50c54dd..1cc7b2d 100644 --- a/src/main/java/com/noorq/casser/core/operation/DeleteOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/DeleteOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/InsertOperation.java b/src/main/java/com/noorq/casser/core/operation/InsertOperation.java index d5cfe69..0468608 100644 --- a/src/main/java/com/noorq/casser/core/operation/InsertOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/InsertOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/PreparedOperation.java b/src/main/java/com/noorq/casser/core/operation/PreparedOperation.java index 5ee4b2e..478dda4 100644 --- a/src/main/java/com/noorq/casser/core/operation/PreparedOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/PreparedOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/PreparedOptionalOperation.java b/src/main/java/com/noorq/casser/core/operation/PreparedOptionalOperation.java index e0d0691..8eeb2b6 100644 --- a/src/main/java/com/noorq/casser/core/operation/PreparedOptionalOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/PreparedOptionalOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/PreparedStreamOperation.java b/src/main/java/com/noorq/casser/core/operation/PreparedStreamOperation.java index b67835b..0b234ba 100644 --- a/src/main/java/com/noorq/casser/core/operation/PreparedStreamOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/PreparedStreamOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/SelectFirstOperation.java b/src/main/java/com/noorq/casser/core/operation/SelectFirstOperation.java index 2201e84..8431db7 100644 --- a/src/main/java/com/noorq/casser/core/operation/SelectFirstOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/SelectFirstOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/SelectFirstTransformingOperation.java b/src/main/java/com/noorq/casser/core/operation/SelectFirstTransformingOperation.java index 25878d1..f804532 100644 --- a/src/main/java/com/noorq/casser/core/operation/SelectFirstTransformingOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/SelectFirstTransformingOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/SelectOperation.java b/src/main/java/com/noorq/casser/core/operation/SelectOperation.java index 7a18777..1d239e9 100644 --- a/src/main/java/com/noorq/casser/core/operation/SelectOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/SelectOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/SelectTransformingOperation.java b/src/main/java/com/noorq/casser/core/operation/SelectTransformingOperation.java index 02d06ec..83073c7 100644 --- a/src/main/java/com/noorq/casser/core/operation/SelectTransformingOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/SelectTransformingOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/operation/UpdateOperation.java b/src/main/java/com/noorq/casser/core/operation/UpdateOperation.java index 92c88d7..4facde3 100644 --- a/src/main/java/com/noorq/casser/core/operation/UpdateOperation.java +++ b/src/main/java/com/noorq/casser/core/operation/UpdateOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/CasserNamedProperty.java b/src/main/java/com/noorq/casser/core/reflect/CasserNamedProperty.java index 1adf1bc..aeea817 100644 --- a/src/main/java/com/noorq/casser/core/reflect/CasserNamedProperty.java +++ b/src/main/java/com/noorq/casser/core/reflect/CasserNamedProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/CasserPropertyNode.java b/src/main/java/com/noorq/casser/core/reflect/CasserPropertyNode.java index c3c199d..cbf8e73 100644 --- a/src/main/java/com/noorq/casser/core/reflect/CasserPropertyNode.java +++ b/src/main/java/com/noorq/casser/core/reflect/CasserPropertyNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/DefaultPrimitiveTypes.java b/src/main/java/com/noorq/casser/core/reflect/DefaultPrimitiveTypes.java index 7bea373..26ee329 100644 --- a/src/main/java/com/noorq/casser/core/reflect/DefaultPrimitiveTypes.java +++ b/src/main/java/com/noorq/casser/core/reflect/DefaultPrimitiveTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/DslExportable.java b/src/main/java/com/noorq/casser/core/reflect/DslExportable.java index f573b56..afa606a 100644 --- a/src/main/java/com/noorq/casser/core/reflect/DslExportable.java +++ b/src/main/java/com/noorq/casser/core/reflect/DslExportable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/DslInvocationHandler.java b/src/main/java/com/noorq/casser/core/reflect/DslInvocationHandler.java index ec304ba..b309081 100644 --- a/src/main/java/com/noorq/casser/core/reflect/DslInvocationHandler.java +++ b/src/main/java/com/noorq/casser/core/reflect/DslInvocationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/ListDsl.java b/src/main/java/com/noorq/casser/core/reflect/ListDsl.java index c4ca450..2d01239 100644 --- a/src/main/java/com/noorq/casser/core/reflect/ListDsl.java +++ b/src/main/java/com/noorq/casser/core/reflect/ListDsl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/MapDsl.java b/src/main/java/com/noorq/casser/core/reflect/MapDsl.java index ff1887c..23662a4 100644 --- a/src/main/java/com/noorq/casser/core/reflect/MapDsl.java +++ b/src/main/java/com/noorq/casser/core/reflect/MapDsl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/MapExportable.java b/src/main/java/com/noorq/casser/core/reflect/MapExportable.java index ac74b83..c965a31 100644 --- a/src/main/java/com/noorq/casser/core/reflect/MapExportable.java +++ b/src/main/java/com/noorq/casser/core/reflect/MapExportable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/MapperInvocationHandler.java b/src/main/java/com/noorq/casser/core/reflect/MapperInvocationHandler.java index 5df68b2..b7261e9 100644 --- a/src/main/java/com/noorq/casser/core/reflect/MapperInvocationHandler.java +++ b/src/main/java/com/noorq/casser/core/reflect/MapperInvocationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/ReflectionDslInstantiator.java b/src/main/java/com/noorq/casser/core/reflect/ReflectionDslInstantiator.java index 385fcc7..2786547 100644 --- a/src/main/java/com/noorq/casser/core/reflect/ReflectionDslInstantiator.java +++ b/src/main/java/com/noorq/casser/core/reflect/ReflectionDslInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/ReflectionInstantiator.java b/src/main/java/com/noorq/casser/core/reflect/ReflectionInstantiator.java index bea26db..d108c00 100644 --- a/src/main/java/com/noorq/casser/core/reflect/ReflectionInstantiator.java +++ b/src/main/java/com/noorq/casser/core/reflect/ReflectionInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/ReflectionMapperInstantiator.java b/src/main/java/com/noorq/casser/core/reflect/ReflectionMapperInstantiator.java index 48ccb44..5d73ee7 100644 --- a/src/main/java/com/noorq/casser/core/reflect/ReflectionMapperInstantiator.java +++ b/src/main/java/com/noorq/casser/core/reflect/ReflectionMapperInstantiator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/core/reflect/SetDsl.java b/src/main/java/com/noorq/casser/core/reflect/SetDsl.java index b755acc..b5bb877 100644 --- a/src/main/java/com/noorq/casser/core/reflect/SetDsl.java +++ b/src/main/java/com/noorq/casser/core/reflect/SetDsl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/CasserEntity.java b/src/main/java/com/noorq/casser/mapping/CasserEntity.java index 9405174..cec2b5d 100644 --- a/src/main/java/com/noorq/casser/mapping/CasserEntity.java +++ b/src/main/java/com/noorq/casser/mapping/CasserEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/CasserEntityType.java b/src/main/java/com/noorq/casser/mapping/CasserEntityType.java index afa9091..8390bd3 100644 --- a/src/main/java/com/noorq/casser/mapping/CasserEntityType.java +++ b/src/main/java/com/noorq/casser/mapping/CasserEntityType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/CasserMappingEntity.java b/src/main/java/com/noorq/casser/mapping/CasserMappingEntity.java index 015f500..8ab9e38 100644 --- a/src/main/java/com/noorq/casser/mapping/CasserMappingEntity.java +++ b/src/main/java/com/noorq/casser/mapping/CasserMappingEntity.java @@ -1,6 +1,6 @@ /* * - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/main/java/com/noorq/casser/mapping/CasserMappingProperty.java b/src/main/java/com/noorq/casser/mapping/CasserMappingProperty.java index 1ecc1df..b192d15 100644 --- a/src/main/java/com/noorq/casser/mapping/CasserMappingProperty.java +++ b/src/main/java/com/noorq/casser/mapping/CasserMappingProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/CasserProperty.java b/src/main/java/com/noorq/casser/mapping/CasserProperty.java index b2d8369..774d49b 100644 --- a/src/main/java/com/noorq/casser/mapping/CasserProperty.java +++ b/src/main/java/com/noorq/casser/mapping/CasserProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/ColumnInformation.java b/src/main/java/com/noorq/casser/mapping/ColumnInformation.java index a6346f0..f178b05 100644 --- a/src/main/java/com/noorq/casser/mapping/ColumnInformation.java +++ b/src/main/java/com/noorq/casser/mapping/ColumnInformation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/ColumnType.java b/src/main/java/com/noorq/casser/mapping/ColumnType.java index 1374bf5..223988b 100644 --- a/src/main/java/com/noorq/casser/mapping/ColumnType.java +++ b/src/main/java/com/noorq/casser/mapping/ColumnType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/IdentityName.java b/src/main/java/com/noorq/casser/mapping/IdentityName.java index 552565f..1a7d2dd 100644 --- a/src/main/java/com/noorq/casser/mapping/IdentityName.java +++ b/src/main/java/com/noorq/casser/mapping/IdentityName.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/MappingUtil.java b/src/main/java/com/noorq/casser/mapping/MappingUtil.java index 56df289..bde114c 100644 --- a/src/main/java/com/noorq/casser/mapping/MappingUtil.java +++ b/src/main/java/com/noorq/casser/mapping/MappingUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/OrderingDirection.java b/src/main/java/com/noorq/casser/mapping/OrderingDirection.java index 7040a54..6f14812 100644 --- a/src/main/java/com/noorq/casser/mapping/OrderingDirection.java +++ b/src/main/java/com/noorq/casser/mapping/OrderingDirection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/TypeAndOrdinalColumnComparator.java b/src/main/java/com/noorq/casser/mapping/TypeAndOrdinalColumnComparator.java index f60862a..37aef7f 100644 --- a/src/main/java/com/noorq/casser/mapping/TypeAndOrdinalColumnComparator.java +++ b/src/main/java/com/noorq/casser/mapping/TypeAndOrdinalColumnComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/annotation/ClusteringColumn.java b/src/main/java/com/noorq/casser/mapping/annotation/ClusteringColumn.java index 0429e1f..dc497fe 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/ClusteringColumn.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/ClusteringColumn.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ import com.noorq.casser.mapping.OrderingDirection; * ORDER BY first ASC, second DESC * WHERE second=? ORDER BY first (ASC,DESC) * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/Column.java b/src/main/java/com/noorq/casser/mapping/annotation/Column.java index 58e6a88..c2bef86 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/Column.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/Column.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ import java.lang.annotation.Target; * columns, but in @Tuple mapping it is required, because tuple itself represents the * sequence of the types with particular order in the table's column * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/Constraints.java b/src/main/java/com/noorq/casser/mapping/annotation/Constraints.java index 47a0f11..408dbb0 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/Constraints.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/Constraints.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ import com.noorq.casser.mapping.validator.UpperCaseValidator; * - @NotNull supports any @java.lang.Object type * - All annotations support @java.lang.String type * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/Index.java b/src/main/java/com/noorq/casser/mapping/annotation/Index.java index 21aa715..d30282e 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/Index.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/Index.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ import java.lang.annotation.Target; * Low cardinality fields examples: gender, country, age, status and etc * High cardinality fields examples: id, email, timestamp, UUID and etc * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/PartitionKey.java b/src/main/java/com/noorq/casser/mapping/annotation/PartitionKey.java index c547ab9..87797ee 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/PartitionKey.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/PartitionKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ import java.lang.annotation.Target; * For @Table mapping entity it is required to have as minimum one PartitionKey column. * For @UDT and @Tuple mapping entities @PartitionKey annotation is not using. * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/StaticColumn.java b/src/main/java/com/noorq/casser/mapping/annotation/StaticColumn.java index 81405b6..d7b1885 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/StaticColumn.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/StaticColumn.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ import java.lang.annotation.Target; * In case of using @ClusteringColumn we can repeat some information that is unique for a row. * For this purpose we can define @StaticColumn annotation, that will create static column in the table * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/Table.java b/src/main/java/com/noorq/casser/mapping/annotation/Table.java index b53e2a3..3a27fd3 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/Table.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/Table.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import java.lang.annotation.Target; * * For each @Table annotated interface Casser will create/update/verify Cassandra Table and some indexes if needed on startup. * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/Tuple.java b/src/main/java/com/noorq/casser/mapping/annotation/Tuple.java index 1f12a78..fa21b7e 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/Tuple.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/Tuple.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ import java.lang.annotation.Target; * the order of the sub-types is important, therefore all @Column-s must have ordinal() * and only @Column annotation supported for underline types * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/Types.java b/src/main/java/com/noorq/casser/mapping/annotation/Types.java index 0914c8d..79808dc 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/Types.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/Types.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ import com.datastax.driver.core.DataType; * * Has significant effect on schema operations. * - * @author Albert Shift + * @author Alex Shvid * */ diff --git a/src/main/java/com/noorq/casser/mapping/annotation/UDT.java b/src/main/java/com/noorq/casser/mapping/annotation/UDT.java index be66132..926d428 100644 --- a/src/main/java/com/noorq/casser/mapping/annotation/UDT.java +++ b/src/main/java/com/noorq/casser/mapping/annotation/UDT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ package com.noorq.casser.mapping.annotation; * * For each annotated @UDT type Casser will create/update/verify Cassandra Type on startup * - * @author Albert Shift + * @author Alex Shvid */ import java.lang.annotation.ElementType; diff --git a/src/main/java/com/noorq/casser/mapping/convert/AbstractEntityValueWriter.java b/src/main/java/com/noorq/casser/mapping/convert/AbstractEntityValueWriter.java index dbbbb8f..a7c3e6a 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/AbstractEntityValueWriter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/AbstractEntityValueWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/ByteArrayToByteBufferConverter.java b/src/main/java/com/noorq/casser/mapping/convert/ByteArrayToByteBufferConverter.java index d832d32..ec134a9 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/ByteArrayToByteBufferConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/ByteArrayToByteBufferConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/ByteBufferToByteArrayConverter.java b/src/main/java/com/noorq/casser/mapping/convert/ByteBufferToByteArrayConverter.java index f41edd2..9b9fbcf 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/ByteBufferToByteArrayConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/ByteBufferToByteArrayConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/CamelCaseToUnderscoreConverter.java b/src/main/java/com/noorq/casser/mapping/convert/CamelCaseToUnderscoreConverter.java index 7476f29..602afe5 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/CamelCaseToUnderscoreConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/CamelCaseToUnderscoreConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/DateToTimeuuidConverter.java b/src/main/java/com/noorq/casser/mapping/convert/DateToTimeuuidConverter.java index 5ef4ad7..b676846 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/DateToTimeuuidConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/DateToTimeuuidConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/EnumToStringConverter.java b/src/main/java/com/noorq/casser/mapping/convert/EnumToStringConverter.java index 49e35b9..2996740 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/EnumToStringConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/EnumToStringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/ProxyValueReader.java b/src/main/java/com/noorq/casser/mapping/convert/ProxyValueReader.java index 3e696bc..49353e0 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/ProxyValueReader.java +++ b/src/main/java/com/noorq/casser/mapping/convert/ProxyValueReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/StringToEnumConverter.java b/src/main/java/com/noorq/casser/mapping/convert/StringToEnumConverter.java index c7e0944..e35ab49 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/StringToEnumConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/StringToEnumConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/TimeuuidToDateConverter.java b/src/main/java/com/noorq/casser/mapping/convert/TimeuuidToDateConverter.java index 68bfd6d..64e88f2 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/TimeuuidToDateConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/TimeuuidToDateConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/TupleValueWriter.java b/src/main/java/com/noorq/casser/mapping/convert/TupleValueWriter.java index 8c3b4f6..f2ff664 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/TupleValueWriter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/TupleValueWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/TypedConverter.java b/src/main/java/com/noorq/casser/mapping/convert/TypedConverter.java index dddf7df..3416082 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/TypedConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/TypedConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/UDTValueWriter.java b/src/main/java/com/noorq/casser/mapping/convert/UDTValueWriter.java index d2c9d66..030077d 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/UDTValueWriter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/UDTValueWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/EntityToTupleValueConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/EntityToTupleValueConverter.java index accd19f..f404c81 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/EntityToTupleValueConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/EntityToTupleValueConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleKeyMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleKeyMapConverter.java index f8602b7..67afda2 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleKeyMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleKeyMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleMapConverter.java index ae8dfad..8323304 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleValueMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleValueMapConverter.java index e63257a..5844c33 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleValueMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/MapToTupleValueMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/SetToTupleSetConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/SetToTupleSetConverter.java index 678e4eb..66a0469 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/SetToTupleSetConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/SetToTupleSetConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleKeyMapToMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleKeyMapToMapConverter.java index a6e8a47..eef1265 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleKeyMapToMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleKeyMapToMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleListToListConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleListToListConverter.java index bed15d0..088e052 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleListToListConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleListToListConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleMapToMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleMapToMapConverter.java index e8db13f..4a94744 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleMapToMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleMapToMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleSetToSetConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleSetToSetConverter.java index 5811ee1..c186a1e 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleSetToSetConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleSetToSetConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueMapToMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueMapToMapConverter.java index 806861e..568eafc 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueMapToMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueMapToMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueToEntityConverter.java b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueToEntityConverter.java index 30cbc0e..ae48252 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueToEntityConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/tuple/TupleValueToEntityConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/EntityToUDTValueConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/EntityToUDTValueConverter.java index 701441c..6af5b42 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/EntityToUDTValueConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/EntityToUDTValueConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/ListToUDTListConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/ListToUDTListConverter.java index 2edf3bb..57ec294 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/ListToUDTListConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/ListToUDTListConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTKeyMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTKeyMapConverter.java index 95740d5..6839b05 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTKeyMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTKeyMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTMapConverter.java index c22f156..9d770b4 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTValueMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTValueMapConverter.java index 3863d0f..02c4dc4 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTValueMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/MapToUDTValueMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/SetToUDTSetConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/SetToUDTSetConverter.java index 2ae97cf..445e799 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/SetToUDTSetConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/SetToUDTSetConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTKeyMapToMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTKeyMapToMapConverter.java index 7fdd13a..0d54c58 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTKeyMapToMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTKeyMapToMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTListToListConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTListToListConverter.java index 0b620ff..65b3063 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTListToListConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTListToListConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTMapToMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTMapToMapConverter.java index 535bda7..ca1c213 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTMapToMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTMapToMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTSetToSetConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTSetToSetConverter.java index 387a769..9472f0b 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTSetToSetConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTSetToSetConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueMapToMapConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueMapToMapConverter.java index f65f0bf..a8bee77 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueMapToMapConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueMapToMapConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueToEntityConverter.java b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueToEntityConverter.java index 9ee26d6..826a095 100644 --- a/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueToEntityConverter.java +++ b/src/main/java/com/noorq/casser/mapping/convert/udt/UDTValueToEntityConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/AbstractJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/AbstractJavaType.java index 47082a9..cc41e32 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/AbstractJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/AbstractJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/ByteArrayJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/ByteArrayJavaType.java index a782813..c4322f0 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/ByteArrayJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/ByteArrayJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/ByteBufferJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/ByteBufferJavaType.java index 19ba6a7..7c12763 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/ByteBufferJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/ByteBufferJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/DateJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/DateJavaType.java index 8656b25..1250b94 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/DateJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/DateJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/EnumJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/EnumJavaType.java index bb2eb9f..d88f352 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/EnumJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/EnumJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/ListJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/ListJavaType.java index 5fe2223..ecf30f5 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/ListJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/ListJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/LongJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/LongJavaType.java index e71a73f..511f272 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/LongJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/LongJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/MapJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/MapJavaType.java index e46aa7d..f549959 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/MapJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/MapJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/MappingJavaTypes.java b/src/main/java/com/noorq/casser/mapping/javatype/MappingJavaTypes.java index 2b53860..95c3991 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/MappingJavaTypes.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/MappingJavaTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/SetJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/SetJavaType.java index 30e52dc..41a4ec1 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/SetJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/SetJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/SimpleJavaTypes.java b/src/main/java/com/noorq/casser/mapping/javatype/SimpleJavaTypes.java index 2554a93..b1b11ac 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/SimpleJavaTypes.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/SimpleJavaTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/StringJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/StringJavaType.java index 8e71010..a2a052a 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/StringJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/StringJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/TupleValueJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/TupleValueJavaType.java index 9577f87..99b2892 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/TupleValueJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/TupleValueJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/UDTValueJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/UDTValueJavaType.java index f3f0f0d..f577e82 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/UDTValueJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/UDTValueJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/javatype/UUIDJavaType.java b/src/main/java/com/noorq/casser/mapping/javatype/UUIDJavaType.java index d7a9014..5e22272 100644 --- a/src/main/java/com/noorq/casser/mapping/javatype/UUIDJavaType.java +++ b/src/main/java/com/noorq/casser/mapping/javatype/UUIDJavaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/AbstractDataType.java b/src/main/java/com/noorq/casser/mapping/type/AbstractDataType.java index a424315..0d31e71 100644 --- a/src/main/java/com/noorq/casser/mapping/type/AbstractDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/AbstractDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/DTDataType.java b/src/main/java/com/noorq/casser/mapping/type/DTDataType.java index e3746ec..ce221e9 100644 --- a/src/main/java/com/noorq/casser/mapping/type/DTDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/DTDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/ListToTupleListConverter.java b/src/main/java/com/noorq/casser/mapping/type/ListToTupleListConverter.java index 18344ad..fd53014 100644 --- a/src/main/java/com/noorq/casser/mapping/type/ListToTupleListConverter.java +++ b/src/main/java/com/noorq/casser/mapping/type/ListToTupleListConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/OptionalColumnMetadata.java b/src/main/java/com/noorq/casser/mapping/type/OptionalColumnMetadata.java index cb2eedd..c366191 100644 --- a/src/main/java/com/noorq/casser/mapping/type/OptionalColumnMetadata.java +++ b/src/main/java/com/noorq/casser/mapping/type/OptionalColumnMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/UDTDataType.java b/src/main/java/com/noorq/casser/mapping/type/UDTDataType.java index 11e4ef2..884ca8f 100644 --- a/src/main/java/com/noorq/casser/mapping/type/UDTDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/UDTDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/UDTKeyMapDataType.java b/src/main/java/com/noorq/casser/mapping/type/UDTKeyMapDataType.java index d071b26..ff289ac 100644 --- a/src/main/java/com/noorq/casser/mapping/type/UDTKeyMapDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/UDTKeyMapDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/UDTListDataType.java b/src/main/java/com/noorq/casser/mapping/type/UDTListDataType.java index cccb36c..ec87b3d 100644 --- a/src/main/java/com/noorq/casser/mapping/type/UDTListDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/UDTListDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/UDTMapDataType.java b/src/main/java/com/noorq/casser/mapping/type/UDTMapDataType.java index c62417e..fd6d164 100644 --- a/src/main/java/com/noorq/casser/mapping/type/UDTMapDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/UDTMapDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/UDTSetDataType.java b/src/main/java/com/noorq/casser/mapping/type/UDTSetDataType.java index 56ea7a3..a984079 100644 --- a/src/main/java/com/noorq/casser/mapping/type/UDTSetDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/UDTSetDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/type/UDTValueMapDataType.java b/src/main/java/com/noorq/casser/mapping/type/UDTValueMapDataType.java index 8499cd0..2088e0b 100644 --- a/src/main/java/com/noorq/casser/mapping/type/UDTValueMapDataType.java +++ b/src/main/java/com/noorq/casser/mapping/type/UDTValueMapDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/AlphabetValidator.java b/src/main/java/com/noorq/casser/mapping/validator/AlphabetValidator.java index bf3d9da..e1a5ca5 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/AlphabetValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/AlphabetValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/EmailValidator.java b/src/main/java/com/noorq/casser/mapping/validator/EmailValidator.java index 3cc909a..29eb7e3 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/EmailValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/EmailValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/LengthValidator.java b/src/main/java/com/noorq/casser/mapping/validator/LengthValidator.java index 656fc73..b483d66 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/LengthValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/LengthValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/LowerCaseValidator.java b/src/main/java/com/noorq/casser/mapping/validator/LowerCaseValidator.java index c1cf1fd..7673867 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/LowerCaseValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/LowerCaseValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/MaxLengthValidator.java b/src/main/java/com/noorq/casser/mapping/validator/MaxLengthValidator.java index b7afa03..f0fb598 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/MaxLengthValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/MaxLengthValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/MinLengthValidator.java b/src/main/java/com/noorq/casser/mapping/validator/MinLengthValidator.java index eec58ca..8d5378b 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/MinLengthValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/MinLengthValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/NotEmptyValidator.java b/src/main/java/com/noorq/casser/mapping/validator/NotEmptyValidator.java index 738d68f..3bec200 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/NotEmptyValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/NotEmptyValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/NotNullValidator.java b/src/main/java/com/noorq/casser/mapping/validator/NotNullValidator.java index 47132c5..d52e7f1 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/NotNullValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/NotNullValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/NumberValidator.java b/src/main/java/com/noorq/casser/mapping/validator/NumberValidator.java index 6fff385..b3ea36c 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/NumberValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/NumberValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/PatternValidator.java b/src/main/java/com/noorq/casser/mapping/validator/PatternValidator.java index efc22ff..e3c3adc 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/PatternValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/PatternValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/SizeConstraint.java b/src/main/java/com/noorq/casser/mapping/validator/SizeConstraint.java index 279c1e9..d7c427d 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/SizeConstraint.java +++ b/src/main/java/com/noorq/casser/mapping/validator/SizeConstraint.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/validator/UpperCaseValidator.java b/src/main/java/com/noorq/casser/mapping/validator/UpperCaseValidator.java index 778a3d4..e0b393e 100644 --- a/src/main/java/com/noorq/casser/mapping/validator/UpperCaseValidator.java +++ b/src/main/java/com/noorq/casser/mapping/validator/UpperCaseValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/BeanColumnValueProvider.java b/src/main/java/com/noorq/casser/mapping/value/BeanColumnValueProvider.java index ed4db07..647f58a 100644 --- a/src/main/java/com/noorq/casser/mapping/value/BeanColumnValueProvider.java +++ b/src/main/java/com/noorq/casser/mapping/value/BeanColumnValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/ColumnValuePreparer.java b/src/main/java/com/noorq/casser/mapping/value/ColumnValuePreparer.java index 717d392..d547b0a 100644 --- a/src/main/java/com/noorq/casser/mapping/value/ColumnValuePreparer.java +++ b/src/main/java/com/noorq/casser/mapping/value/ColumnValuePreparer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/ColumnValueProvider.java b/src/main/java/com/noorq/casser/mapping/value/ColumnValueProvider.java index 4a36820..e2346b0 100644 --- a/src/main/java/com/noorq/casser/mapping/value/ColumnValueProvider.java +++ b/src/main/java/com/noorq/casser/mapping/value/ColumnValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/RowColumnValueProvider.java b/src/main/java/com/noorq/casser/mapping/value/RowColumnValueProvider.java index 58dd292..78edcc9 100644 --- a/src/main/java/com/noorq/casser/mapping/value/RowColumnValueProvider.java +++ b/src/main/java/com/noorq/casser/mapping/value/RowColumnValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/StatementColumnValuePreparer.java b/src/main/java/com/noorq/casser/mapping/value/StatementColumnValuePreparer.java index c4e158d..9f03a41 100644 --- a/src/main/java/com/noorq/casser/mapping/value/StatementColumnValuePreparer.java +++ b/src/main/java/com/noorq/casser/mapping/value/StatementColumnValuePreparer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/TupleColumnValuePreparer.java b/src/main/java/com/noorq/casser/mapping/value/TupleColumnValuePreparer.java index 5472b2a..560dc59 100644 --- a/src/main/java/com/noorq/casser/mapping/value/TupleColumnValuePreparer.java +++ b/src/main/java/com/noorq/casser/mapping/value/TupleColumnValuePreparer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/TupleColumnValueProvider.java b/src/main/java/com/noorq/casser/mapping/value/TupleColumnValueProvider.java index 5f7d056..aae5c3e 100644 --- a/src/main/java/com/noorq/casser/mapping/value/TupleColumnValueProvider.java +++ b/src/main/java/com/noorq/casser/mapping/value/TupleColumnValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/UDTColumnValuePreparer.java b/src/main/java/com/noorq/casser/mapping/value/UDTColumnValuePreparer.java index 8c54927..4a2a4df 100644 --- a/src/main/java/com/noorq/casser/mapping/value/UDTColumnValuePreparer.java +++ b/src/main/java/com/noorq/casser/mapping/value/UDTColumnValuePreparer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/UDTColumnValueProvider.java b/src/main/java/com/noorq/casser/mapping/value/UDTColumnValueProvider.java index 521fb31..92b3fb7 100644 --- a/src/main/java/com/noorq/casser/mapping/value/UDTColumnValueProvider.java +++ b/src/main/java/com/noorq/casser/mapping/value/UDTColumnValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/mapping/value/ValueProviderMap.java b/src/main/java/com/noorq/casser/mapping/value/ValueProviderMap.java index 6d7468c..2abc89e 100644 --- a/src/main/java/com/noorq/casser/mapping/value/ValueProviderMap.java +++ b/src/main/java/com/noorq/casser/mapping/value/ValueProviderMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/CasserException.java b/src/main/java/com/noorq/casser/support/CasserException.java index d916dbb..08974f9 100644 --- a/src/main/java/com/noorq/casser/support/CasserException.java +++ b/src/main/java/com/noorq/casser/support/CasserException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/CasserMappingException.java b/src/main/java/com/noorq/casser/support/CasserMappingException.java index 2a817fa..9ddafa2 100644 --- a/src/main/java/com/noorq/casser/support/CasserMappingException.java +++ b/src/main/java/com/noorq/casser/support/CasserMappingException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/CqlUtil.java b/src/main/java/com/noorq/casser/support/CqlUtil.java index 817169d..aa7f5c8 100644 --- a/src/main/java/com/noorq/casser/support/CqlUtil.java +++ b/src/main/java/com/noorq/casser/support/CqlUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/DslPropertyException.java b/src/main/java/com/noorq/casser/support/DslPropertyException.java index aea482e..f8faa7b 100644 --- a/src/main/java/com/noorq/casser/support/DslPropertyException.java +++ b/src/main/java/com/noorq/casser/support/DslPropertyException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Either.java b/src/main/java/com/noorq/casser/support/Either.java index d7d66a0..228c629 100644 --- a/src/main/java/com/noorq/casser/support/Either.java +++ b/src/main/java/com/noorq/casser/support/Either.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/EitherCase.java b/src/main/java/com/noorq/casser/support/EitherCase.java index 6e6c565..39c11a7 100644 --- a/src/main/java/com/noorq/casser/support/EitherCase.java +++ b/src/main/java/com/noorq/casser/support/EitherCase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Fun.java b/src/main/java/com/noorq/casser/support/Fun.java index 77288bc..320655a 100644 --- a/src/main/java/com/noorq/casser/support/Fun.java +++ b/src/main/java/com/noorq/casser/support/Fun.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Immutables.java b/src/main/java/com/noorq/casser/support/Immutables.java index 2528b10..b82e171 100644 --- a/src/main/java/com/noorq/casser/support/Immutables.java +++ b/src/main/java/com/noorq/casser/support/Immutables.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Mutable.java b/src/main/java/com/noorq/casser/support/Mutable.java index 0c9e8f2..7a0e81b 100644 --- a/src/main/java/com/noorq/casser/support/Mutable.java +++ b/src/main/java/com/noorq/casser/support/Mutable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/PackageUtil.java b/src/main/java/com/noorq/casser/support/PackageUtil.java index 1a5d7f8..ed1e8e3 100644 --- a/src/main/java/com/noorq/casser/support/PackageUtil.java +++ b/src/main/java/com/noorq/casser/support/PackageUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Requires.java b/src/main/java/com/noorq/casser/support/Requires.java index 75e888d..6699c67 100644 --- a/src/main/java/com/noorq/casser/support/Requires.java +++ b/src/main/java/com/noorq/casser/support/Requires.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Scala.java b/src/main/java/com/noorq/casser/support/Scala.java index 50311f0..062ff27 100644 --- a/src/main/java/com/noorq/casser/support/Scala.java +++ b/src/main/java/com/noorq/casser/support/Scala.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Timeuuid.java b/src/main/java/com/noorq/casser/support/Timeuuid.java index 6157f21..b28e6a9 100644 --- a/src/main/java/com/noorq/casser/support/Timeuuid.java +++ b/src/main/java/com/noorq/casser/support/Timeuuid.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/Transformers.java b/src/main/java/com/noorq/casser/support/Transformers.java index bc8301f..8436396 100644 --- a/src/main/java/com/noorq/casser/support/Transformers.java +++ b/src/main/java/com/noorq/casser/support/Transformers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/noorq/casser/support/UuidBuilder.java b/src/main/java/com/noorq/casser/support/UuidBuilder.java index 5deff63..b850a24 100644 --- a/src/main/java/com/noorq/casser/support/UuidBuilder.java +++ b/src/main/java/com/noorq/casser/support/UuidBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/build/AbstractEmbeddedCassandraTest.java b/src/test/java/com/noorq/casser/test/integration/build/AbstractEmbeddedCassandraTest.java index 77df24c..2713b29 100644 --- a/src/test/java/com/noorq/casser/test/integration/build/AbstractEmbeddedCassandraTest.java +++ b/src/test/java/com/noorq/casser/test/integration/build/AbstractEmbeddedCassandraTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,13 @@ import com.datastax.driver.core.Cluster; import com.datastax.driver.core.KeyspaceMetadata; import com.datastax.driver.core.Session; +/** + * AbstractEmbeddedCassandraTest + * + * @author Alex Shvid + * + */ + public abstract class AbstractEmbeddedCassandraTest { private static Cluster cluster; diff --git a/src/test/java/com/noorq/casser/test/integration/build/BuildProperties.java b/src/test/java/com/noorq/casser/test/integration/build/BuildProperties.java index b55b5be..69504e5 100644 --- a/src/test/java/com/noorq/casser/test/integration/build/BuildProperties.java +++ b/src/test/java/com/noorq/casser/test/integration/build/BuildProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/ContextInitTest.java b/src/test/java/com/noorq/casser/test/integration/core/ContextInitTest.java index 90c7bd8..a8f6151 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/ContextInitTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/ContextInitTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/collection/CollectionTest.java b/src/test/java/com/noorq/casser/test/integration/core/collection/CollectionTest.java index cbbe22c..380d1b5 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/collection/CollectionTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/collection/CollectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/collection/Customer.java b/src/test/java/com/noorq/casser/test/integration/core/collection/Customer.java index 12484c4..9846019 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/collection/Customer.java +++ b/src/test/java/com/noorq/casser/test/integration/core/collection/Customer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/compound/CompondKeyTest.java b/src/test/java/com/noorq/casser/test/integration/core/compound/CompondKeyTest.java index 015934b..54f2dc9 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/compound/CompondKeyTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/compound/CompondKeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/compound/Timeline.java b/src/test/java/com/noorq/casser/test/integration/core/compound/Timeline.java index 1a5a1e6..ae4eee5 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/compound/Timeline.java +++ b/src/test/java/com/noorq/casser/test/integration/core/compound/Timeline.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/counter/CounterTest.java b/src/test/java/com/noorq/casser/test/integration/core/counter/CounterTest.java index a6b870e..19d31ab 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/counter/CounterTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/counter/CounterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/counter/Page.java b/src/test/java/com/noorq/casser/test/integration/core/counter/Page.java index ed39c76..6139683 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/counter/Page.java +++ b/src/test/java/com/noorq/casser/test/integration/core/counter/Page.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Animal.java b/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Animal.java index 3014fc2..9861609 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Animal.java +++ b/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Animal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Cat.java b/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Cat.java index 85e8e8a..3e2c5fb 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Cat.java +++ b/src/test/java/com/noorq/casser/test/integration/core/hierarchy/Cat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/index/Book.java b/src/test/java/com/noorq/casser/test/integration/core/index/Book.java index f3757ea..b2799b5 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/index/Book.java +++ b/src/test/java/com/noorq/casser/test/integration/core/index/Book.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/index/SecondaryIndexTest.java b/src/test/java/com/noorq/casser/test/integration/core/index/SecondaryIndexTest.java index f4ea721..9e94bc7 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/index/SecondaryIndexTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/index/SecondaryIndexTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/prepared/Car.java b/src/test/java/com/noorq/casser/test/integration/core/prepared/Car.java index 5a8ff39..e2e070b 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/prepared/Car.java +++ b/src/test/java/com/noorq/casser/test/integration/core/prepared/Car.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/prepared/PreparedStatementTest.java b/src/test/java/com/noorq/casser/test/integration/core/prepared/PreparedStatementTest.java index 5132023..8235abf 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/prepared/PreparedStatementTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/prepared/PreparedStatementTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/simple/Message.java b/src/test/java/com/noorq/casser/test/integration/core/simple/Message.java index 2a22962..8767766 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/simple/Message.java +++ b/src/test/java/com/noorq/casser/test/integration/core/simple/Message.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/simple/SimpleUserTest.java b/src/test/java/com/noorq/casser/test/integration/core/simple/SimpleUserTest.java index 75c0973..13692df 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/simple/SimpleUserTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/simple/SimpleUserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/simple/StaticColumnTest.java b/src/test/java/com/noorq/casser/test/integration/core/simple/StaticColumnTest.java index 5c3322f..6d88db3 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/simple/StaticColumnTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/simple/StaticColumnTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/simple/User.java b/src/test/java/com/noorq/casser/test/integration/core/simple/User.java index 7458e90..d23333e 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/simple/User.java +++ b/src/test/java/com/noorq/casser/test/integration/core/simple/User.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/simple/UserType.java b/src/test/java/com/noorq/casser/test/integration/core/simple/UserType.java index dc1d5d7..c74d875 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/simple/UserType.java +++ b/src/test/java/com/noorq/casser/test/integration/core/simple/UserType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/simple/Username.java b/src/test/java/com/noorq/casser/test/integration/core/simple/Username.java index ba3bf85..1533791 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/simple/Username.java +++ b/src/test/java/com/noorq/casser/test/integration/core/simple/Username.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuple/Album.java b/src/test/java/com/noorq/casser/test/integration/core/tuple/Album.java index d2298cf..7b3eead 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuple/Album.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuple/Album.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuple/AlbumInformation.java b/src/test/java/com/noorq/casser/test/integration/core/tuple/AlbumInformation.java index 6e02bb8..4a79285 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuple/AlbumInformation.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuple/AlbumInformation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuple/InnerTupleTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuple/InnerTupleTest.java index 6462011..df58c62 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuple/InnerTupleTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuple/InnerTupleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuple/Photo.java b/src/test/java/com/noorq/casser/test/integration/core/tuple/Photo.java index e87418c..af88fcf 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuple/Photo.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuple/Photo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoAlbum.java b/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoAlbum.java index dee092e..be06d0b 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoAlbum.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoAlbum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoFolder.java b/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoFolder.java index 9a10970..1a4d87a 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoFolder.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuple/PhotoFolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuple/TupleTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuple/TupleTest.java index e052018..3c5fdac 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuple/TupleTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuple/TupleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Author.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Author.java index a799df1..eab9b78 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Author.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Author.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Book.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Book.java index 01c7778..a78b582 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Book.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Book.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Section.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Section.java index eb4b6f6..3ca1195 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Section.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/Section.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleCollectionTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleCollectionTest.java index f319188..4fff6ec 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleCollectionTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleCollectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleKeyMapTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleKeyMapTest.java index 7ead110..95a1ccd 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleKeyMapTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleKeyMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleListTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleListTest.java index 8ae443a..b8a78af 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleListTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleListTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleMapTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleMapTest.java index 5322f9f..8083142 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleMapTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleSetTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleSetTest.java index 489a12a..b06e180 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleSetTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleValueMapTest.java b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleValueMapTest.java index d454d08..4e543b9 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleValueMapTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/tuplecollection/TupleValueMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Author.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Author.java index 5d1b6e7..7c6f738 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Author.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Author.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Book.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Book.java index 4ec160f..642deb3 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Book.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Book.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Section.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Section.java index db47fe5..1a415a8 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Section.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/Section.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTCollectionTest.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTCollectionTest.java index b391ab4..2dec057 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTCollectionTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTCollectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTKeyMapTest.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTKeyMapTest.java index 746d0b1..3961e81 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTKeyMapTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTKeyMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTListTest.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTListTest.java index d7706e9..31a5bab 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTListTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTListTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTMapTest.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTMapTest.java index e853111..7576243 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTMapTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTSetTest.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTSetTest.java index c814320..3f57529 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTSetTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTValueMapTest.java b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTValueMapTest.java index 574a1a2..3936415 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTValueMapTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/udtcollection/UDTValueMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/usertype/Account.java b/src/test/java/com/noorq/casser/test/integration/core/usertype/Account.java index ae88fa0..1ec2d01 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/usertype/Account.java +++ b/src/test/java/com/noorq/casser/test/integration/core/usertype/Account.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/usertype/Address.java b/src/test/java/com/noorq/casser/test/integration/core/usertype/Address.java index da4eb15..12f1939 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/usertype/Address.java +++ b/src/test/java/com/noorq/casser/test/integration/core/usertype/Address.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/usertype/InnerUserDefinedTypeTest.java b/src/test/java/com/noorq/casser/test/integration/core/usertype/InnerUserDefinedTypeTest.java index 85f2d6b..1d3c854 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/usertype/InnerUserDefinedTypeTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/usertype/InnerUserDefinedTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/integration/core/usertype/UserDefinedTypeTest.java b/src/test/java/com/noorq/casser/test/integration/core/usertype/UserDefinedTypeTest.java index 8c3dfbf..9e576a7 100644 --- a/src/test/java/com/noorq/casser/test/integration/core/usertype/UserDefinedTypeTest.java +++ b/src/test/java/com/noorq/casser/test/integration/core/usertype/UserDefinedTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/performance/core/dsl/CachedElevatorImpl.java b/src/test/java/com/noorq/casser/test/performance/core/dsl/CachedElevatorImpl.java index 23fddd0..93950cf 100644 --- a/src/test/java/com/noorq/casser/test/performance/core/dsl/CachedElevatorImpl.java +++ b/src/test/java/com/noorq/casser/test/performance/core/dsl/CachedElevatorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/performance/core/dsl/Elevator.java b/src/test/java/com/noorq/casser/test/performance/core/dsl/Elevator.java index 9915c73..2c38486 100644 --- a/src/test/java/com/noorq/casser/test/performance/core/dsl/Elevator.java +++ b/src/test/java/com/noorq/casser/test/performance/core/dsl/Elevator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/performance/core/dsl/ElevatorImpl.java b/src/test/java/com/noorq/casser/test/performance/core/dsl/ElevatorImpl.java index e7d2115..145a795 100644 --- a/src/test/java/com/noorq/casser/test/performance/core/dsl/ElevatorImpl.java +++ b/src/test/java/com/noorq/casser/test/performance/core/dsl/ElevatorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/performance/core/dsl/MappingTest.java b/src/test/java/com/noorq/casser/test/performance/core/dsl/MappingTest.java index 8be2f1b..70ed526 100644 --- a/src/test/java/com/noorq/casser/test/performance/core/dsl/MappingTest.java +++ b/src/test/java/com/noorq/casser/test/performance/core/dsl/MappingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/core/dsl/Account.java b/src/test/java/com/noorq/casser/test/unit/core/dsl/Account.java index 2864db2..d3a840d 100644 --- a/src/test/java/com/noorq/casser/test/unit/core/dsl/Account.java +++ b/src/test/java/com/noorq/casser/test/unit/core/dsl/Account.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/core/dsl/AccountWithCollections.java b/src/test/java/com/noorq/casser/test/unit/core/dsl/AccountWithCollections.java index a6c45c0..7697e8e 100644 --- a/src/test/java/com/noorq/casser/test/unit/core/dsl/AccountWithCollections.java +++ b/src/test/java/com/noorq/casser/test/unit/core/dsl/AccountWithCollections.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/core/dsl/CollectionsDlsTest.java b/src/test/java/com/noorq/casser/test/unit/core/dsl/CollectionsDlsTest.java index aeb7390..b79324b 100644 --- a/src/test/java/com/noorq/casser/test/unit/core/dsl/CollectionsDlsTest.java +++ b/src/test/java/com/noorq/casser/test/unit/core/dsl/CollectionsDlsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/core/dsl/DslTest.java b/src/test/java/com/noorq/casser/test/unit/core/dsl/DslTest.java index fad922d..19781fb 100644 --- a/src/test/java/com/noorq/casser/test/unit/core/dsl/DslTest.java +++ b/src/test/java/com/noorq/casser/test/unit/core/dsl/DslTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/core/dsl/UDTCollectionsDlsTest.java b/src/test/java/com/noorq/casser/test/unit/core/dsl/UDTCollectionsDlsTest.java index 91739a6..9de59c1 100644 --- a/src/test/java/com/noorq/casser/test/unit/core/dsl/UDTCollectionsDlsTest.java +++ b/src/test/java/com/noorq/casser/test/unit/core/dsl/UDTCollectionsDlsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/core/dsl/WrapperTest.java b/src/test/java/com/noorq/casser/test/unit/core/dsl/WrapperTest.java index 544d257..67bfc2b 100644 --- a/src/test/java/com/noorq/casser/test/unit/core/dsl/WrapperTest.java +++ b/src/test/java/com/noorq/casser/test/unit/core/dsl/WrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/core/dsl/WrongAccount.java b/src/test/java/com/noorq/casser/test/unit/core/dsl/WrongAccount.java index d541fbd..d188f94 100644 --- a/src/test/java/com/noorq/casser/test/unit/core/dsl/WrongAccount.java +++ b/src/test/java/com/noorq/casser/test/unit/core/dsl/WrongAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/support/ImmutablesTest.java b/src/test/java/com/noorq/casser/test/unit/support/ImmutablesTest.java index d898b23..62a3583 100644 --- a/src/test/java/com/noorq/casser/test/unit/support/ImmutablesTest.java +++ b/src/test/java/com/noorq/casser/test/unit/support/ImmutablesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/noorq/casser/test/unit/support/TransformersTest.java b/src/test/java/com/noorq/casser/test/unit/support/TransformersTest.java index 8b1fd61..3659353 100644 --- a/src/test/java/com/noorq/casser/test/unit/support/TransformersTest.java +++ b/src/test/java/com/noorq/casser/test/unit/support/TransformersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Noorq, Inc. + * Copyright (C) 2015 The Casser Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.